Merge pull request #3 from Etzelia/patch-2

Add cogs to setup.py
doc_update
Joey Hines 2018-08-29 11:13:48 -05:00 committed by GitHub
commit bc2ce78238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from distutils.core import setup
setup(
name='Geoffrey',
version=__import__('geoffrey').__version__,
packages=['geoffrey'],
packages=['geoffrey', 'geoffrey.cogs'],
install_requires=['discord.py', 'SQLAlchemy', 'pymysql', 'requests'],
long_description=open('README.txt').read(),
)