mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
common.Plugin (with .conf(var), PluginEntryPoint, PluginRegistry
This commit is contained in:
@@ -10,7 +10,8 @@ setup(
|
||||
],
|
||||
entry_points={
|
||||
'letsencrypt.plugins': [
|
||||
'example = letsencrypt_example_plugins:Authenticator',
|
||||
'example_authenticator = letsencrypt_example_plugins:Authenticator',
|
||||
'example_installer = letsencrypt_example_plugins:Installer',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user