mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Merge pull request #634 from kuba/include-package-data
include_package_data in apache and nginx plugins
This commit is contained in:
@@ -20,4 +20,5 @@ setup(
|
|||||||
'apache = letsencrypt_apache.configurator:ApacheConfigurator',
|
'apache = letsencrypt_apache.configurator:ApacheConfigurator',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
include_package_data=True,
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,5 @@ setup(
|
|||||||
'nginx = letsencrypt_nginx.configurator:NginxConfigurator',
|
'nginx = letsencrypt_nginx.configurator:NginxConfigurator',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
include_package_data=True,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user