diff options
| author | Michael Merickel <michael@merickel.org> | 2015-10-21 01:32:48 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-10-21 01:32:48 -0500 |
| commit | b7350ee78ad4101ea4112741ab26ce583b620ea7 (patch) | |
| tree | 73ddc449c5f4a44493bdb1c2349ef81d1eb17726 /setup.py | |
| parent | 208e7b5e363b07476797d9f754962982c686e907 (diff) | |
| download | pyramid-b7350ee78ad4101ea4112741ab26ce583b620ea7.tar.gz pyramid-b7350ee78ad4101ea4112741ab26ce583b620ea7.tar.bz2 pyramid-b7350ee78ad4101ea4112741ab26ce583b620ea7.zip | |
remove ipython and bpython from core
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -111,10 +111,8 @@ setup(name='pyramid', starter=pyramid.scaffolds:StarterProjectTemplate zodb=pyramid.scaffolds:ZODBProjectTemplate alchemy=pyramid.scaffolds:AlchemyProjectTemplate - [pyramid.pshell] - ipython=pyramid.scripts.pshell:PShellCommand.make_ipython_shell - bpython=pyramid.scripts.pshell:PShellCommand.make_bpython_shell - python=pyramid.scripts.pshell:PShellCommand.make_python_shell + [pyramid.pshell_runner] + python=pyramid.scripts.pshell:python_shell_runner [console_scripts] pcreate = pyramid.scripts.pcreate:main pserve = pyramid.scripts.pserve:main |
