aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2012-08-06 11:42:15 -0400
committerWill Kahn-Greene <willg@bluesock.org>2012-08-06 11:42:15 -0400
commit3031764d13348ce4a3f03a3ee0c7418bcfb27c90 (patch)
tree532e60cfe2d8b53035b7b14ff1da9b1d0f5f01e8 /setup.py
parenta07d052f0d03ba864dcdfac849198de56313e5c2 (diff)
downloadmediagoblin-3031764d13348ce4a3f03a3ee0c7418bcfb27c90.tar.lz
mediagoblin-3031764d13348ce4a3f03a3ee0c7418bcfb27c90.tar.xz
mediagoblin-3031764d13348ce4a3f03a3ee0c7418bcfb27c90.zip
Add python language version classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f3bbe4cc..7b03ebd3 100644
--- a/setup.py
+++ b/setup.py
@@ -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"
],
)