Files
certbot-certbot/certbot-nginx/MANIFEST.in
T
ohemorangeandGitHub 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

7 lines
178 B
Plaintext

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