certbot/certbot-nginx/MANIFEST.in
ohemorange a8e711d281
Refactor tests out of packaged module for nginx plugin (#7606)
* Refactor tests out of packaged module for nginx plugin

* Exclude pycache and .py[cod]
2019-11-26 17:45:18 -08:00

6 lines
178 B
Text

include LICENSE.txt
include README.rst
recursive-include tests *
recursive-include certbot_nginx/_internal/tls_configs *.conf
global-exclude __pycache__
global-exclude *.py[cod]