Pointed to correct README file in setup.py

doc_update
Joey Hines 2018-09-13 11:49:31 -05:00
parent 4fafe9c7eb
commit 8a8374b77d
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ setup(
version=__import__('geoffrey').__version__,
packages=['geoffrey', 'geoffrey.cogs'],
install_requires=['discord.py', 'SQLAlchemy', 'pymysql', 'requests', 'simplejson'],
long_description=open('README.md').read(),
long_description=open('README').read(),
)