Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'certbot-nginx/MANIFEST.in')
-rw-r--r--certbot-nginx/MANIFEST.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/certbot-nginx/MANIFEST.in b/certbot-nginx/MANIFEST.in
index 2daca6738..65b27877e 100644
--- a/certbot-nginx/MANIFEST.in
+++ b/certbot-nginx/MANIFEST.in
@@ -1,5 +1,6 @@
include LICENSE.txt
include README.rst
-recursive-include docs *
-recursive-include certbot_nginx/tests/testdata *
-include certbot_nginx/options-ssl-nginx.conf
+recursive-include tests *
+recursive-include certbot_nginx/_internal/tls_configs *.conf
+global-exclude __pycache__
+global-exclude *.py[cod]