diff options
| author | Rapptz <[email protected]> | 2019-04-12 03:22:50 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-12 03:22:50 -0400 |
| commit | 4770f5a95879db37693b6fc080df9849f9478e84 (patch) | |
| tree | 6745db495c448d739b8c5371f41c6d79d0fcd73c /setup.py | |
| parent | [commands] Add versionadded to dm_only (diff) | |
| download | discord.py-4770f5a95879db37693b6fc080df9849f9478e84.tar.xz discord.py-4770f5a95879db37693b6fc080df9849f9478e84.zip | |
Export tasks extension
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ setup(name='discord.py', "Issue tracker": "https://github.com/Rapptz/discord.py/issues", }, version=version, - packages=['discord', 'discord.ext.commands'], + packages=['discord', 'discord.ext.commands', 'discord.ext.tasks'], license='MIT', description='A python wrapper for the Discord API', long_description=readme, |