summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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