mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Export tasks extension
This commit is contained in:
parent
015404b01c
commit
4770f5a958
2
setup.py
2
setup.py
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user