diff options
| author | Michael Merickel <michael@merickel.org> | 2015-10-19 23:44:17 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-10-19 23:44:17 -0500 |
| commit | 208e7b5e363b07476797d9f754962982c686e907 (patch) | |
| tree | d0a159c8cdb9f93946f4b16261649cc9a1bd7d42 /setup.py | |
| parent | b8735932b92dd255b5dba467d8f52b9014e06544 (diff) | |
| download | pyramid-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
