aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-12 20:14:34 -0400
committerRapptz <[email protected]>2017-05-12 20:14:34 -0400
commitb44bba6ee6e29b38d1e579c602821582e155ec3b (patch)
tree355df44874b3e5f8ee4e825339cb57783e3677ca /setup.py
parentRename abc.Callable to abc.Connectable. (diff)
downloaddiscord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.tar.xz
discord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.zip
First pass at documentation reform.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 677ecadb..896dd7fc 100644
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,7 @@ with open('requirements.txt') as f:
if on_rtd:
requirements.append('sphinxcontrib-napoleon')
+ requirements.append('sphinxcontrib-asyncio')
version = ''
with open('discord/__init__.py') as f:
@@ -35,6 +36,7 @@ with open('README.md') as f:
extras_require = {
'voice': ['PyNaCl==1.0.1'],
+ 'docs': ['sphinxcontrib-asyncio']
}
setup(name='discord.py',