|
@ -50,7 +50,7 @@ setup(name='discord.py', |
|
|
"Issue tracker": "https://github.com/Rapptz/discord.py/issues", |
|
|
"Issue tracker": "https://github.com/Rapptz/discord.py/issues", |
|
|
}, |
|
|
}, |
|
|
version=version, |
|
|
version=version, |
|
|
packages=['discord', 'discord.ext.commands'], |
|
|
packages=['discord', 'discord.ext.commands', 'discord.ext.tasks'], |
|
|
license='MIT', |
|
|
license='MIT', |
|
|
description='A python wrapper for the Discord API', |
|
|
description='A python wrapper for the Discord API', |
|
|
long_description=readme, |
|
|
long_description=readme, |
|
|