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 0cff30439..64e63956e 100644
--- a/setup.py
+++ b/setup.py
@@ -65,13 +65,14 @@ docs_extras = [
testing_extras = tests_require + [
'nose',
+ 'nose-selecttests',
'coverage',
'virtualenv', # for scaffolding tests
]
setup(name='pyramid',
version='1.5dev',
- description=('The Pyramid web application development framework, a '
+ description=('The Pyramid Web Framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,
classifiers=[