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-11 19:01:52 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-10-11 19:01:52 +0300
commit1802b87a1244eb134ae87292564d6064ad3700d4 (patch)
treea45b8c89f94d6ff8aeb987ba4f26de3cb0e0127f /setup.py
parent013d5d2ea9a7c92aab47582c87924f6135ad53b5 (diff)
Revert "Remove Python 2.6 support."
This reverts commit 31d37a395393d74047964c6111300a09a446e4de.
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 016dc146e..9fb58752a 100644
--- a/setup.py
+++ b/setup.py
@@ -98,6 +98,7 @@ setup(
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Security',