From 33ca17743030f8daf9957e8f35cc419d11da3e56 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 27 Oct 2016 17:29:58 -0400 Subject: Add explicit Python version support classifiers. --- setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'setup.py') 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 -- cgit v1.2.1