From 41e5dd173e18899842cba18b7d022d81f34d4a97 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Thu, 21 Apr 2016 15:19:01 +0000 Subject: [PATCH] setup.py: version classifiers Signed-off-by: Arthur Gautier --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index f284e13c..04d3ab11 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'], -- 2.47.3