Removed entry points for now...
parent
c7eed7fe71
commit
123f753258
4
setup.py
4
setup.py
|
@ -6,8 +6,4 @@ setup(
|
||||||
packages=['geoffrey'],
|
packages=['geoffrey'],
|
||||||
install_requires=['discord.py', 'SQLAlchemy', 'pymysql'],
|
install_requires=['discord.py', 'SQLAlchemy', 'pymysql'],
|
||||||
long_description=open('README.txt').read(),
|
long_description=open('README.txt').read(),
|
||||||
entry_points={
|
|
||||||
'console_scripts':
|
|
||||||
['geoffrey = geoffrey.Geoffrey:main',
|
|
||||||
]}
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue