[Checkins] SVN: zope.interface/branches/tseaver-no_2to3/setup.py Include repoze.sphinx.autointerface for building docs.

Tres Seaver cvs-admin at zope.org
Fri Apr 6 01:14:54 UTC 2012


Log message for revision 124979:
  Include repoze.sphinx.autointerface for building docs.

Changed:
  U   zope.interface/branches/tseaver-no_2to3/setup.py

-=-
Modified: zope.interface/branches/tseaver-no_2to3/setup.py
===================================================================
--- zope.interface/branches/tseaver-no_2to3/setup.py	2012-04-06 01:14:45 UTC (rev 124978)
+++ zope.interface/branches/tseaver-no_2to3/setup.py	2012-04-06 01:14:51 UTC (rev 124979)
@@ -94,7 +94,7 @@
         zip_safe = False,
         tests_require = tests_require,
         install_requires = ['setuptools'],
-        extras_require={'docs': ['Sphinx'],
+        extras_require={'docs': ['Sphinx', 'repoze.sphinx.autointerface'],
                         'test': tests_require,
                         'testing': testing_extras,
                        },



More information about the checkins mailing list