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 <bradmw@umich.edu>2015-10-17 03:37:43 +0300
committerBrad Warren <bradmw@umich.edu>2015-10-17 03:37:43 +0300
commit69711e432f89c1c4b6cdf07798023d35057deb91 (patch)
tree1ace40318d14720939b07cbacf9fec79275dde09 /setup.py
parenta107ceb6d500fa315a370ed322ae20790592d81c (diff)
parent63c080b05f2040d3507526efa1cbe10a01bfa565 (diff)
Merge branch 'simplefs'
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 6e709eeb7..d4fe1eda0 100644
--- a/setup.py
+++ b/setup.py
@@ -132,6 +132,7 @@ setup(
'manual = letsencrypt.plugins.manual:Authenticator',
'null = letsencrypt.plugins.null:Installer',
'standalone = letsencrypt.plugins.standalone:Authenticator',
+ 'webroot = letsencrypt.plugins.webroot:Authenticator',
],
},
)