diff options
| author | Tres Seaver <tseaver@palladion.com> | 2012-12-21 02:33:35 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2012-12-21 02:33:35 +0000 |
| commit | 0f2f43ec5829eae4ffd2b7bb80a4ca8bbd84bc6c (patch) | |
| tree | 9aa52c10b4335f92379dc6120db2a97aea4cf190 /setup.py | |
| parent | 3e1b17dab707098c59dd92553796bffe7307df19 (diff) | |
| download | zope-security-0f2f43ec5829eae4ffd2b7bb80a4ca8bbd84bc6c.tar.gz | |
Add 'setup.py docs' alias.
Installs 'Sphinx' and `repoze.sphinx.autointerface'.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |
