Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 2 commits
  • 1 file changed
  • 0 commit comments
  • 1 contributor
Commits on Apr 28, 2017
Showing with 3 additions and 2 deletions.
  1. +3 −2 setup.py
View
@@ -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",
)

No commit comments for this range