diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-31 01:46:25 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-31 01:46:25 -0500 |
| commit | 4aa2eb5f970b812a96480e2cd7c18c1103b844c8 (patch) | |
| tree | eb1406080661b3cf8b5b3ad2935992863b654f00 /setup.py | |
| parent | 26ff2bf625f426f90abb313e9e028fc16308d105 (diff) | |
| download | pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.tar.gz pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.tar.bz2 pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.zip | |
initial work removing pcreate
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -110,14 +110,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 |
