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-02 22:52:06 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-02 22:52:06 +0300
commit03a9a2a89e039c607bb80ec2742d450ac8493165 (patch)
tree2ee85c3367cea2cfed3963d45019182c61d6e12b /setup.py
parentc3941b1a8d159e04641304ea040c845f4ebd0559 (diff)
SimpleFS plugin (fixes #742)
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 f816c6c56..bd954a5d6 100644
--- a/setup.py
+++ b/setup.py
@@ -118,6 +118,7 @@ setup(
'manual = letsencrypt.plugins.manual:ManualAuthenticator',
# TODO: null should probably not be presented to the user
'null = letsencrypt.plugins.null:Installer',
+ 'simplefs = letsencrypt.plugins.simplefs:Authenticator',
'standalone = letsencrypt.plugins.standalone.authenticator'
':StandaloneAuthenticator',
],