Removed entry points for now...

doc_update
Joey Hines 2018-08-20 17:55:05 -05:00
parent c7eed7fe71
commit 123f753258
1 changed files with 0 additions and 4 deletions

View File

@ -6,8 +6,4 @@ setup(
packages=['geoffrey'],
install_requires=['discord.py', 'SQLAlchemy', 'pymysql'],
long_description=open('README.txt').read(),
entry_points={
'console_scripts':
['geoffrey = geoffrey.Geoffrey:main',
]}
)