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-09-06 12:21:03 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-06 12:21:03 +0300
commitd8c55f3da317ef2e23be1a57957401272851aaa7 (patch)
tree3eccc99e7a2ab6c7dc20097a5356f3730898823c /letsencrypt-nginx/setup.py
parent95c8edc66cd4d4a7c9515a702171dd3d20a5a65d (diff)
pep8 letsencrypt-nginx
Diffstat (limited to 'letsencrypt-nginx/setup.py')
-rw-r--r--letsencrypt-nginx/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/letsencrypt-nginx/setup.py b/letsencrypt-nginx/setup.py
index 92b974974..2448da71b 100644
--- a/letsencrypt-nginx/setup.py
+++ b/letsencrypt-nginx/setup.py
@@ -17,7 +17,7 @@ setup(
entry_points={
'letsencrypt.plugins': [
'nginx = letsencrypt_nginx.configurator:NginxConfigurator',
- ],
+ ],
},
include_package_data=True,
)