Merge pull request #634 from kuba/include-package-data

include_package_data in apache and nginx plugins
This commit is contained in:
James Kasten 2015-07-29 13:33:27 -07:00
commit 91227956cf
2 changed files with 2 additions and 0 deletions

View file

@ -20,4 +20,5 @@ setup(
'apache = letsencrypt_apache.configurator:ApacheConfigurator',
],
},
include_package_data=True,
)

View file

@ -19,4 +19,5 @@ setup(
'nginx = letsencrypt_nginx.configurator:NginxConfigurator',
],
},
include_package_data=True,
)