summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 865259f65..9ca967124 100644
--- a/setup.py
+++ b/setup.py
@@ -101,4 +101,7 @@ case second `m'. Any other spelling is incorrect.""",
setup_requires = [
'setuptools_bzr',
],
+ extras_require=dict(
+ docs=['Sphinx', 'z3c.recipe.sphinxdoc'],
+ )
)