From: Armin Ronacher Date: Mon, 9 Jun 2008 16:46:26 +0000 (+0200) Subject: untagged 2.0rc1 again and fixed classifier X-Git-Tag: 2.0rc1~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=da5118b6a4f00bff24e1b50d7c2cdb66362070b3;p=jinja2.git untagged 2.0rc1 again and fixed classifier --HG-- branch : trunk --- diff --git a/.hgtags b/.hgtags index 5399b2c..e69de29 100644 --- a/.hgtags +++ b/.hgtags @@ -1 +0,0 @@ -a19796dee68fe3bb8d7208f641440ee1af4cf2e7 2.0rc1 diff --git a/setup.py b/setup.py index 271776f..9145ce9 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ setup( # in form of html and txt files it's a better idea to extract the files zip_safe=False, classifiers=[ - 'Development Status :: 4 Beta', + 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License',