summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-12-21 02:33:35 +0000
committerTres Seaver <tseaver@palladion.com>2012-12-21 02:33:35 +0000
commit0f2f43ec5829eae4ffd2b7bb80a4ca8bbd84bc6c (patch)
tree9aa52c10b4335f92379dc6120db2a97aea4cf190 /setup.py
parent3e1b17dab707098c59dd92553796bffe7307df19 (diff)
downloadzope-security-0f2f43ec5829eae4ffd2b7bb80a4ca8bbd84bc6c.tar.gz
Add 'setup.py docs' alias.
Installs 'Sphinx' and `repoze.sphinx.autointerface'.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0565f98..1f825b8 100644
--- a/setup.py
+++ b/setup.py
@@ -130,6 +130,7 @@ setup(name='zope.security',
zcml=['zope.configuration'],
test=TESTS_REQUIRE,
testing=TESTS_REQUIRE + ['nose', 'coverage'],
+ docs=['Sphinx', 'repoze.sphinx.autointerface'],
),
include_package_data = True,
zip_safe = False,