1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Files
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

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]