summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-11 15:58:50 +0200
committerGeorg Brandl <georg@python.org>2009-09-11 15:58:50 +0200
commitf534f990331df660f5a5ea6947943e184672ac51 (patch)
tree805f8acfed4619f031319d16c6f9b8d91212f5d3
parent3a10a7c042f9cff9f7571f68e0274dad05126b0b (diff)
downloadpygments-git-1.1.tar.gz
Add Python 3 to Trove classifiers.1.1
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a8879afc..c15499bf 100755
--- a/setup.py
+++ b/setup.py
@@ -66,6 +66,8 @@ setup(
'Intended Audience :: System Administrators',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 3',
'Operating System :: OS Independent',
],
cmdclass = {'build_py': build_py},