aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,