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

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-10-31 14:47:25 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-10-31 14:47:25 +0300
commitf8185c1913610c4911d03e2512c1d0b7d59fb774 (patch)
tree329f93e3289f9597affaede0c8cdf05fbbfcf60a /letsencrypt-compatibility-test/setup.py
parentc39bc12b18bd0c6cf2058c2c2b9ff6dba6bf4ff1 (diff)
Add Python 2.6 setup.py classifiers.
Diffstat (limited to 'letsencrypt-compatibility-test/setup.py')
-rw-r--r--letsencrypt-compatibility-test/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/letsencrypt-compatibility-test/setup.py b/letsencrypt-compatibility-test/setup.py
index 1608769e2..c791d51c4 100644
--- a/letsencrypt-compatibility-test/setup.py
+++ b/letsencrypt-compatibility-test/setup.py
@@ -38,6 +38,7 @@ setup(
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Security',