summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-10-22 22:11:17 -0500
committerMichael Merickel <michael@merickel.org>2015-10-22 22:11:17 -0500
commit1274aba85d27d910d5aec2a775562c71e9505fdf (patch)
tree70d2e991d65e577d3baa37bf0bb4acbd21ab24c7 /setup.py
parenta3ddfd360ef82523758439cd37f4d090bf41ef6e (diff)
parentaac38eab09547d5dfb11ff00128c3aab91e947ac (diff)
downloadpyramid-1274aba85d27d910d5aec2a775562c71e9505fdf.tar.gz
pyramid-1274aba85d27d910d5aec2a775562c71e9505fdf.tar.bz2
pyramid-1274aba85d27d910d5aec2a775562c71e9505fdf.zip
Merge pull request #2012 from mmerickel/feature/pshell-list
add pshell --list-shells and default_shell ini options
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 2a4271138..c81956e7f 100644
--- a/setup.py
+++ b/setup.py
@@ -111,9 +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
+ [pyramid.pshell_runner]
+ python=pyramid.scripts.pshell:python_shell_runner
[console_scripts]
pcreate = pyramid.scripts.pcreate:main
pserve = pyramid.scripts.pserve:main