summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArthur Gautier <baloo@gandi.net>2016-04-21 15:19:01 +0000
committerArthur Gautier <baloo@gandi.net>2016-04-21 15:33:05 +0000
commit41e5dd173e18899842cba18b7d022d81f34d4a97 (patch)
tree151b6c786d81b0922b71a74d9f1777c42d8d2815 /setup.py
parent5f59c1f3071e2ba6aad4f163ec7884ca8e4f1cc4 (diff)
downloaddnspython-41e5dd173e18899842cba18b7d022d81f34d4a97.tar.gz
setup.py: version classifiers
Signed-off-by: Arthur Gautier <baloo@gandi.net>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f284e13..04d3ab1 100755
--- 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'],