summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2012-10-29 23:23:41 -0600
committerkballou <kballou@onyx.boisestate.edu>2012-10-29 23:23:41 -0600
commit43042d21f591def50f73c9367b212c30f6e90433 (patch)
tree42eb4f8f7904d6e0234226f9c02e92f9d8a0c277 /setup.py
parent9a9872874102f7a0b54dfc815b21fdc6ce7a518a (diff)
downloadxnt-43042d21f591def50f73c9367b212c30f6e90433.tar.gz
xnt-43042d21f591def50f73c9367b212c30f6e90433.tar.xz
Add python 2.7 and 3 classifiers to setup.py
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 6607277..bd5f4fc 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,8 @@ setup(
'Natural Language :: English',
'Operating System :: Microsoft :: Windows :: Windows 7',
'Operating System :: POSIX :: Linux',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
'Topic :: Software Development',
'Topic :: Software Development :: Build Tools',
'Topic :: Utilities',