From f36b93267c675f39e50e6af0c699e61426a64461 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Tue, 26 Nov 2019 17:45:07 -0800 Subject: [PATCH] Exclude pycache and .py[cod] from certbot package (#7608) --- certbot/MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/MANIFEST.in b/certbot/MANIFEST.in index 3b743ee1b..ef91a3e7c 100644 --- a/certbot/MANIFEST.in +++ b/certbot/MANIFEST.in @@ -6,3 +6,5 @@ recursive-include examples * recursive-include certbot/tests/testdata * recursive-include tests *.py include certbot/ssl-dhparams.pem +global-exclude __pycache__ +global-exclude *.py[cod]