summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-10-29 00:41:06 +0200
committerGitHub <noreply@github.com>2016-10-29 00:41:06 +0200
commit3e3d5c16e766ac886ee41656cee6423b0e0a14b4 (patch)
tree162b94bf047471091917859b663bf54292cbd9f3
parentc9c3d138525897025c44017883dbdef51e64a39e (diff)
parent33ca17743030f8daf9957e8f35cc419d11da3e56 (diff)
downloadpysnmp-git-3e3d5c16e766ac886ee41656cee6423b0e0a14b4.tar.gz
Merge pull request #20 from johnthagen/python-classifiers
Add explicit Python version support classifiers
-rw-r--r--setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 47465938..7fd4a89c 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,15 @@ License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 2
+Programming Language :: Python :: 2.4
+Programming Language :: Python :: 2.5
+Programming Language :: Python :: 2.6
+Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
+Programming Language :: Python :: 3.2
+Programming Language :: Python :: 3.3
+Programming Language :: Python :: 3.4
+Programming Language :: Python :: 3.5
Topic :: Communications
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Monitoring