Setuptools entry_points plugins

This commit is contained in:
Jakub Warmuz
2015-03-26 13:55:23 +00:00
parent 197125bdda
commit ff532469a5
9 changed files with 87 additions and 18 deletions
+6
View File
@@ -119,6 +119,12 @@ setup(
'letsencrypt = letsencrypt.scripts.main:main',
'jws = letsencrypt.acme.jose.jws:CLI.run',
],
'letsencrypt.authenticators': [
'apache = letsencrypt.client.apache.configurator'
':ApacheConfigurator',
'standalone = letsencrypt.client.standalone_authenticator'
':StandaloneAuthenticator',
],
},
zip_safe=False,