summaryrefslogtreecommitdiff
path: root/setup.cfg
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.cfg
parent3e1b17dab707098c59dd92553796bffe7307df19 (diff)
downloadzope-security-0f2f43ec5829eae4ffd2b7bb80a4ca8bbd84bc6c.tar.gz
Add 'setup.py docs' alias.
Installs 'Sphinx' and `repoze.sphinx.autointerface'.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0a22608..48d6297 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,3 +7,4 @@ where=src
[aliases]
dev = develop easy_install zope.security[testing]
+docs = easy_install zope.security[docs]