Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Preparing for 2.2.2 release.
  • Loading branch information
pedersen committed Jan 31, 2013
1 parent da51401 commit ebfebe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devtools/templates/turbogears/setup.py_tmpl
Expand Up @@ -30,7 +30,7 @@ testpkgs=['WebTest >= 1.2.3',
'wsgiref', 'wsgiref',
] ]
install_requires=[ install_requires=[
"TurboGears2 >= 2.2.1", "TurboGears2 >= 2.2.2",
"Genshi", "Genshi",
{{if mako == 'True'}} {{if mako == 'True'}}
"Mako", "Mako",
Expand Down Expand Up @@ -99,7 +99,7 @@ setup(
main = pylons.util:PylonsInstaller main = pylons.util:PylonsInstaller
""", """,
dependency_links=[ dependency_links=[
"http://tg.gy/221" "http://tg.gy/222"
], ],
zip_safe=False zip_safe=False
) )
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -15,12 +15,12 @@
] ]


install_requirements = [ install_requirements = [
'TurboGears2 >= 2.2.1', 'TurboGears2 >= 2.2.2',
] ]


setup( setup(
name='tg.devtools', name='tg.devtools',
version="2.2.1", version="2.2.2",
description="", description="",
long_description="""""", long_description="""""",
classifiers=[], classifiers=[],
Expand Down Expand Up @@ -51,6 +51,6 @@
test_suite='nose.collector', test_suite='nose.collector',
tests_require = test_requirements, tests_require = test_requirements,
dependency_links=[ dependency_links=[
"http://tg.gy/221" "http://tg.gy/222"
] ]
) )

0 comments on commit ebfebe6

Please sign in to comment.