diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-08-06 11:42:15 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-08-06 11:42:15 -0400 |
commit | 3031764d13348ce4a3f03a3ee0c7418bcfb27c90 (patch) | |
tree | 532e60cfe2d8b53035b7b14ff1da9b1d0f5f01e8 /setup.py | |
parent | a07d052f0d03ba864dcdfac849198de56313e5c2 (diff) | |
download | mediagoblin-3031764d13348ce4a3f03a3ee0c7418bcfb27c90.tar.lz mediagoblin-3031764d13348ce4a3f03a3ee0c7418bcfb27c90.tar.xz mediagoblin-3031764d13348ce4a3f03a3ee0c7418bcfb27c90.zip |
Add python language version classifiers
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,8 @@ setup( "License :: OSI Approved :: GNU Affero General Public License", "Operating System :: OS Independent", "Programming Language :: Python", + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], ) |