mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
include_package_data in apache and nginx plugins
ref https://github.com/letsencrypt/letsencrypt/issues/625
This commit is contained in:
parent
da1d6acd59
commit
d86ade674d
2 changed files with 2 additions and 0 deletions
|
|
@ -20,4 +20,5 @@ setup(
|
|||
'apache = letsencrypt_apache.configurator:ApacheConfigurator',
|
||||
],
|
||||
},
|
||||
include_package_data=True,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -19,4 +19,5 @@ setup(
|
|||
'nginx = letsencrypt_nginx.configurator:NginxConfigurator',
|
||||
],
|
||||
},
|
||||
include_package_data=True,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue