aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-04-12 03:22:50 -0400
committerRapptz <[email protected]>2019-04-12 03:22:50 -0400
commit4770f5a95879db37693b6fc080df9849f9478e84 (patch)
tree6745db495c448d739b8c5371f41c6d79d0fcd73c /setup.py
parent[commands] Add versionadded to dm_only (diff)
downloaddiscord.py-4770f5a95879db37693b6fc080df9849f9478e84.tar.xz
discord.py-4770f5a95879db37693b6fc080df9849f9478e84.zip
Export tasks extension
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9222ce3d..5fa386ac 100644
--- a/setup.py
+++ b/setup.py
@@ -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,