diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-29 03:04:03 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-29 03:04:03 -0400 |
| commit | bb69a069791074dd8557da60a857a701d370a5c4 (patch) | |
| tree | 99eef0a8e4a0bd6279ed3e986ac516d08e3f6ea2 /setup.py | |
| parent | bdfb877ab4c7c2ea9f1e9fe6aacd1865612c86cc (diff) | |
| download | pyramid-bb69a069791074dd8557da60a857a701d370a5c4.tar.gz pyramid-bb69a069791074dd8557da60a857a701d370a5c4.tar.bz2 pyramid-bb69a069791074dd8557da60a857a701d370a5c4.zip | |
experimental use of glue
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -39,15 +39,9 @@ install_requires=[ 'zope.deprecation >= 3.5.0', # py3 compat 'venusian >= 1.0a1', # ``onerror`` 'translationstring >= 0.4', # py3 compat + 'glue', ] -if not PY3: - install_requires.extend([ - 'Paste > 1.7', # temp version pin to prevent PyPi install failure :-( - 'PasteDeploy', - 'PasteScript >= 1.7.4', # "here" in logging fileConfig - ]) - tests_require = install_requires + [ 'WebTest >= 1.3.1', # py3 compat 'virtualenv', @@ -90,12 +84,12 @@ setup(name='pyramid', tests_require = tests_require, test_suite="pyramid.tests", entry_points = """\ - [paste.paster_create_template] + [glue.create_template] pyramid_starter=pyramid.scaffolds:StarterProjectTemplate pyramid_zodb=pyramid.scaffolds:ZODBProjectTemplate pyramid_routesalchemy=pyramid.scaffolds:RoutesAlchemyProjectTemplate pyramid_alchemy=pyramid.scaffolds:AlchemyProjectTemplate - [paste.paster_command] + [glue.command] pshell=pyramid.paster:PShellCommand proutes=pyramid.paster:PRoutesCommand pviews=pyramid.paster:PViewsCommand |
