From: Armin Ronacher Date: Wed, 10 Feb 2010 01:19:17 +0000 (+0100) Subject: Untagged and added python 3 category. X-Git-Tag: 2.3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d9599c8904bc9dfde7a782d3f69657ebb0839366;p=jinja2.git Untagged and added python 3 category. --HG-- branch : trunk --- diff --git a/.hgtags b/.hgtags index 5af5ea4..8c61b41 100644 --- a/.hgtags +++ b/.hgtags @@ -4,4 +4,3 @@ bac88fe8bc0e50b321a04eea038ed4542c43a62f 2.1 ac0fc30f7b5ffca59769c5d9ed78f50596868af8 2.1.1 45970e0ca3a809e098680cd1786158a6b1a48dba 2.2 58325d0cdee32fe11c7768326b827df0610cb067 2.2.1 -564a07501be1f8acd8fc47032322296b085a2823 2.3 diff --git a/setup.py b/setup.py index a4f0f9d..be49180 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Markup :: HTML'