summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjohnthagen <johnthagen@gmail.com>2016-10-27 17:29:58 -0400
committerjohnthagen <johnthagen@gmail.com>2016-10-27 17:29:58 -0400
commit33ca17743030f8daf9957e8f35cc419d11da3e56 (patch)
tree162b94bf047471091917859b663bf54292cbd9f3 /setup.py
parentc9c3d138525897025c44017883dbdef51e64a39e (diff)
downloadpysnmp-git-33ca17743030f8daf9957e8f35cc419d11da3e56.tar.gz
Add explicit Python version support classifiers.
Diffstat (limited to 'setup.py')
-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