diff options
| author | Arthur Gautier <baloo@gandi.net> | 2016-04-21 15:19:01 +0000 |
|---|---|---|
| committer | Arthur Gautier <baloo@gandi.net> | 2016-04-21 15:33:05 +0000 |
| commit | 41e5dd173e18899842cba18b7d022d81f34d4a97 (patch) | |
| tree | 151b6c786d81b0922b71a74d9f1777c42d8d2815 /setup.py | |
| parent | 5f59c1f3071e2ba6aad4f163ec7884ca8e4f1cc4 (diff) | |
| download | dnspython-41e5dd173e18899842cba18b7d022d81f34d4a97.tar.gz | |
setup.py: version classifiers
Signed-off-by: Arthur Gautier <baloo@gandi.net>
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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'], |
