diff options
| author | Georg Brandl <georg@python.org> | 2009-09-11 15:58:50 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-09-11 15:58:50 +0200 |
| commit | f534f990331df660f5a5ea6947943e184672ac51 (patch) | |
| tree | 805f8acfed4619f031319d16c6f9b8d91212f5d3 | |
| parent | 3a10a7c042f9cff9f7571f68e0274dad05126b0b (diff) | |
| download | pygments-git-1.1.tar.gz | |
Add Python 3 to Trove classifiers.1.1
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}, |
