what's a 1.0 release without a stupid bug... setup.py now looks for README.md

doc_update
Joey Hines 2018-09-13 11:31:12 -05:00
parent 81ed6f9032
commit d0860b8ed3
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.txt').read(),
long_description=open('README.md').read(),
)