From bb05c0d9defbb31a95f7ca8f8be3f6f474493810 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 26 Nov 2019 15:13:14 -0800 Subject: [PATCH] Exclude pycache and .py[cod] --- certbot-nginx/MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot-nginx/MANIFEST.in b/certbot-nginx/MANIFEST.in index 5545c88fb..65b27877e 100644 --- a/certbot-nginx/MANIFEST.in +++ b/certbot-nginx/MANIFEST.in @@ -2,3 +2,5 @@ include LICENSE.txt include README.rst recursive-include tests * recursive-include certbot_nginx/_internal/tls_configs *.conf +global-exclude __pycache__ +global-exclude *.py[cod]