Standalone 2.0

This commit is contained in:
Jakub Warmuz
2015-09-26 17:43:59 +00:00
parent ef3605730c
commit faa6cbdd71
10 changed files with 228 additions and 907 deletions
+2 -2
View File
@@ -42,6 +42,7 @@ install_requires = [
'python2-pythondialog>=3.2.2rc1', # Debian squeeze support, cf. #280
'pytz',
'requests',
'six',
'zope.component',
'zope.interface',
]
@@ -119,8 +120,7 @@ setup(
'manual = letsencrypt.plugins.manual:ManualAuthenticator',
# TODO: null should probably not be presented to the user
'null = letsencrypt.plugins.null:Installer',
'standalone = letsencrypt.plugins.standalone.authenticator'
':StandaloneAuthenticator',
'standalone = letsencrypt.plugins.standalone:Authenticator',
],
},