]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
setup.py: version classifiers
authorArthur Gautier <baloo@gandi.net>
Thu, 21 Apr 2016 15:19:01 +0000 (15:19 +0000)
committerArthur Gautier <baloo@gandi.net>
Thu, 21 Apr 2016 15:33:05 +0000 (15:33 +0000)
Signed-off-by: Arthur Gautier <baloo@gandi.net>
setup.py

index f284e13c0d6e4ed841143065e6ee78faffd81cd6..04d3ab118fba354cb32098a34dfe5bdeb63b984d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,13 @@ direct manipulation of DNS zones, messages, names, and records.""",
         "Programming Language :: Python",
         "Topic :: Internet :: Name Service (DNS)",
         "Topic :: Software Development :: Libraries :: Python Modules",
+        "Programming Language :: Python :: 2",
+        "Programming Language :: Python :: 2.6",
+        "Programming Language :: Python :: 2.7",
+        "Programming Language :: Python :: 3",
+        "Programming Language :: Python :: 3.3",
+        "Programming Language :: Python :: 3.4",
+        "Programming Language :: Python :: 3.5",
         ],
     'test_suite': 'tests',
     'provides': ['dns'],