Move code to package
This commit is contained in:
parent
7c538b6a52
commit
5610b78bf0
2 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -10,5 +10,8 @@ setup(
|
||||||
author_email='davide@depau.eu',
|
author_email='davide@depau.eu',
|
||||||
description='A Telegram bot that replies with a picture of Elio when #TeamElio is sent',
|
description='A Telegram bot that replies with a picture of Elio when #TeamElio is sent',
|
||||||
dependency_links=["https://github.com/Depaulicious/DepyTG/archive/wip.zip"],
|
dependency_links=["https://github.com/Depaulicious/DepyTG/archive/wip.zip"],
|
||||||
requires=["DepyTG", "requests"]
|
requires=["DepyTG", "requests"],
|
||||||
|
entry_points={
|
||||||
|
'console_scripts': ['callmebyyourbot=callmebyyourbot:main'],
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue