diff options
| author | Justin Mayer <entroP@gmail.com> | 2013-06-01 18:31:07 -0700 |
|---|---|---|
| committer | Justin Mayer <entroP@gmail.com> | 2013-06-01 18:31:07 -0700 |
| commit | 63f19ff5ccb70273e3248f52926c8dd80d0b8017 (patch) | |
| tree | ad99aba6606aa77b0d6a5afaffd31c5d954e561a | |
| parent | cd6cb9bacdd3dd919ccd60430f5313e09048f175 (diff) | |
| download | feedgenerator-63f19ff5ccb70273e3248f52926c8dd80d0b8017.tar.gz | |
Add Python 3.3 to setup.py category list
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ CLASSIFIERS = ['Development Status :: 3 - Alpha', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', |
