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:
authorBrad Warren <bmw@users.noreply.github.com>2017-04-29 02:06:45 +0300
committerGitHub <noreply@github.com>2017-04-29 02:06:45 +0300
commit8fa12bef8e7c687400367cf45a022b43e8c92754 (patch)
tree26bd4a82dade39669e7c42a1f802cee0ff07bfa4 /certbot-nginx/setup.py
parent89af460792fcdfb23c7dc4f9fcdec1bfa07a2656 (diff)
Tell the world we're Python 3 compatible (#4568)
* Mention python 3 support in setup.py * Build universal (py2 and py3 compatible) wheels * Mention Python 3.3+ support in docs * we work on python 3.6 too
Diffstat (limited to 'certbot-nginx/setup.py')
-rw-r--r--certbot-nginx/setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py
index 786b5a1a1..63b6f16af 100644
--- a/certbot-nginx/setup.py
+++ b/certbot-nginx/setup.py
@@ -42,6 +42,11 @@ setup(
'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',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Security',
'Topic :: System :: Installation/Setup',