diff options
| author | John Anderson <sontek@gmail.com> | 2015-09-06 15:26:35 -0700 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2015-09-06 15:26:35 -0700 |
| commit | cb92023e9d0ddb56d20dcc445a5e028fec581342 (patch) | |
| tree | f101714a995a4c8d1d373cd4d4b6e188f8929f1f /setup.py | |
| parent | f17b973ea66b7ffb2afb03da2c559e55c22fe3ee (diff) | |
| download | pyramid-cb92023e9d0ddb56d20dcc445a5e028fec581342.tar.gz pyramid-cb92023e9d0ddb56d20dcc445a5e028fec581342.tar.bz2 pyramid-cb92023e9d0ddb56d20dcc445a5e028fec581342.zip | |
Use entry points for pshell
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -110,6 +110,9 @@ 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 [console_scripts] pcreate = pyramid.scripts.pcreate:main pserve = pyramid.scripts.pserve:main |
