summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-10-19 23:44:17 -0500
committerMichael Merickel <michael@merickel.org>2015-10-19 23:44:17 -0500
commit208e7b5e363b07476797d9f754962982c686e907 (patch)
treed0a159c8cdb9f93946f4b16261649cc9a1bd7d42 /setup.py
parentb8735932b92dd255b5dba467d8f52b9014e06544 (diff)
downloadpyramid-208e7b5e363b07476797d9f754962982c686e907.tar.gz
pyramid-208e7b5e363b07476797d9f754962982c686e907.tar.bz2
pyramid-208e7b5e363b07476797d9f754962982c686e907.zip
add pshell --list and default_shell ini options
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2a4271138..f3f0524c3 100644
--- a/setup.py
+++ b/setup.py
@@ -114,6 +114,7 @@ setup(name='pyramid',
[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
[console_scripts]
pcreate = pyramid.scripts.pcreate:main
pserve = pyramid.scripts.pserve:main