diff options
| author | Michael Merickel <michael@merickel.org> | 2015-10-11 12:36:25 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-10-11 12:36:25 -0500 |
| commit | 803f94d51f5d630a99b9aa2c47f7de40a5d75ea1 (patch) | |
| tree | 5354cf61b243049703d211854fc9f19d48696ef0 /setup.py | |
| parent | 9b674ffd9a014c0eb2b6cd620164f85ea855e229 (diff) | |
| parent | b932a45f834ae6bdb5850a2c58d1317844b32914 (diff) | |
| download | pyramid-803f94d51f5d630a99b9aa2c47f7de40a5d75ea1.tar.gz pyramid-803f94d51f5d630a99b9aa2c47f7de40a5d75ea1.tar.bz2 pyramid-803f94d51f5d630a99b9aa2c47f7de40a5d75ea1.zip | |
Merge pull request #1891 from sontek/use_entry_points_for_shells
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 |
