summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3233193e7..ac03da9f5 100644
--- a/setup.py
+++ b/setup.py
@@ -59,6 +59,7 @@ docs_extras = [
'Sphinx >= 1.2.3',
'docutils',
'repoze.sphinx.autointerface',
+ 'pylons-sphinx-themes >= 0.3',
]
testing_extras = tests_require + [
@@ -68,7 +69,7 @@ testing_extras = tests_require + [
]
setup(name='pyramid',
- version='1.6.dev0',
+ version='1.7.dev0',
description='The Pyramid Web Framework, a Pylons project',
long_description=README + '\n\n' + CHANGES,
classifiers=[