From: Arthur Gautier Date: Thu, 21 Apr 2016 15:19:01 +0000 (+0000) Subject: setup.py: version classifiers X-Git-Tag: v1.13.0~7^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41e5dd173e18899842cba18b7d022d81f34d4a97;p=thirdparty%2Fdnspython.git setup.py: version classifiers Signed-off-by: Arthur Gautier --- 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'],