Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-09-19 20:37:05 +0300
committerCasey Deccio <casey@deccio.net>2016-09-19 20:37:05 +0300
commit92b14506b957179a438a06c352e4713ce9268ea8 (patch)
tree00b36737ff52b3968edaf036b8cff201363fa69a /setup.py
parente6d2c664d94fc281b1658379f70b4d1a8b46ac98 (diff)
Add python 2.6 support
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b6a3cc3..fa6eb69 100644
--- a/setup.py
+++ b/setup.py
@@ -128,6 +128,7 @@ powers the Web-based analysis available at http://dnsviz.net/ .''',
'Natural Language :: English',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX',
+ 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Internet :: Name Service (DNS)',