summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/setup.py b/setup.py
index e33dcdf2d..0143764b8 100644
--- a/setup.py
+++ b/setup.py
@@ -52,11 +52,7 @@ docs_extras = [
'sphinxcontrib-autoprogram',
]
-testing_extras = tests_require + [
- 'coverage',
- 'nose',
- 'virtualenv', # for scaffolding tests
-]
+testing_extras = tests_require + ['coverage', 'nose']
base_version = parse_version(VERSION).base_version
@@ -110,14 +106,9 @@ setup(
tests_require=tests_require,
test_suite="tests",
entry_points="""\
- [pyramid.scaffold]
- starter=pyramid.scaffolds:StarterProjectTemplate
- zodb=pyramid.scaffolds:ZODBProjectTemplate
- alchemy=pyramid.scaffolds:AlchemyProjectTemplate
[pyramid.pshell_runner]
python=pyramid.scripts.pshell:python_shell_runner
[console_scripts]
- pcreate = pyramid.scripts.pcreate:main
pserve = pyramid.scripts.pserve:main
pshell = pyramid.scripts.pshell:main
proutes = pyramid.scripts.proutes:main