Pointed to correct README file in setup.py
parent
4fafe9c7eb
commit
8a8374b77d
2
setup.py
2
setup.py
|
@ -5,5 +5,5 @@ setup(
|
||||||
version=__import__('geoffrey').__version__,
|
version=__import__('geoffrey').__version__,
|
||||||
packages=['geoffrey', 'geoffrey.cogs'],
|
packages=['geoffrey', 'geoffrey.cogs'],
|
||||||
install_requires=['discord.py', 'SQLAlchemy', 'pymysql', 'requests', 'simplejson'],
|
install_requires=['discord.py', 'SQLAlchemy', 'pymysql', 'requests', 'simplejson'],
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README').read(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue