mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Move plugins to top-level
This commit is contained in:
@@ -115,12 +115,12 @@ setup(
|
||||
'jws = letsencrypt.acme.jose.jws:CLI.run',
|
||||
],
|
||||
'letsencrypt.plugins': [
|
||||
'apache = letsencrypt.client.plugins.apache.configurator'
|
||||
':ApacheConfigurator',
|
||||
'nginx = letsencrypt.client.plugins.nginx.configurator'
|
||||
':NginxConfigurator',
|
||||
'standalone = letsencrypt.client.plugins.standalone.authenticator'
|
||||
':StandaloneAuthenticator',
|
||||
|
||||
# to be moved to separate pypi packages
|
||||
'apache = letsencrypt_apache.configurator:ApacheConfigurator',
|
||||
'nginx = letsencrypt_nginx.configurator:NginxConfigurator',
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user