Permalink
Comparing changes
Open a pull request
- 2 commits
- 1 file changed
- 0 commit comments
- 1 contributor
Unified
Split
Showing
with
3 additions
and 2 deletions.
- +3 −2 setup.py
| @@ -23,10 +23,11 @@ | ||
| ] | ||
| docs_extras = [ | ||
| 'Sphinx >= 1.3.1', # Read The Docs minimum version | ||
| 'Sphinx >= 1.3.1', # Read The Docs minimum version | ||
| 'docutils', | ||
| 'repoze.sphinx.autointerface', | ||
| 'pylons-sphinx-themes', | ||
| 'pyramid_mako', | ||
| ] | ||
| setup( | ||
| @@ -60,7 +61,7 @@ | ||
| ':python_version>="3.3"': ['WebHelpers2'], | ||
| ':python_version=="2.7"': ['WebHelpers'], | ||
| 'testing': testing_extras, | ||
| 'docs':docs_extras, | ||
| 'docs': docs_extras, | ||
| }, | ||
| test_suite="pyramid_simpleform", | ||
| ) | ||