projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a07d052
)
Add python language version classifiers
author
Will Kahn-Greene
<willg@bluesock.org>
Mon, 6 Aug 2012 15:42:15 +0000
(11:42 -0400)
committer
Will Kahn-Greene
<willg@bluesock.org>
Mon, 6 Aug 2012 15:42:15 +0000
(11:42 -0400)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index f3bbe4ccf32bfaa587badea9d2aab866706cc494..7b03ebd34975667de8ceb8c8fdfd0e18feaabe4a 100644
(file)
--- 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"
],
)