diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-15 21:36:19 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-15 21:36:19 -0500 |
| commit | 63f7a19b58738b8fe5fbe82f362825fa53ddc0d2 (patch) | |
| tree | ae76a8285e901994ba62802b639802d2de2e0b0e /setup.py | |
| parent | 8e615c4f433c4df9b694c6452f793ed4763434ff (diff) | |
| parent | 61838b76639d6dcf9facd549841a2ed0d07ea012 (diff) | |
| download | pyramid-63f7a19b58738b8fe5fbe82f362825fa53ddc0d2.tar.gz pyramid-63f7a19b58738b8fe5fbe82f362825fa53ddc0d2.tar.bz2 pyramid-63f7a19b58738b8fe5fbe82f362825fa53ddc0d2.zip | |
Merge branch '1.3-branch'
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -56,7 +56,7 @@ if not PY3: ]) setup(name='pyramid', - version='1.4dev', + version='1.3a2', description=('The Pyramid web application development framework, a ' 'Pylons project'), long_description=README + '\n\n' + CHANGES, @@ -98,6 +98,7 @@ setup(name='pyramid', proutes = pyramid.scripts.proutes:main pviews = pyramid.scripts.pviews:main ptweens = pyramid.scripts.ptweens:main + prequest = pyramid.scripts.prequest:main [paste.server_runner] wsgiref = pyramid.scripts.pserve:wsgiref_server_runner cherrypy = pyramid.scripts.pserve:cherrypy_server_runner |
