From 414703316572258c76ecda2caf228e540a27f46b Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 26 Nov 2019 15:21:12 -0800 Subject: [PATCH] Exclude pycache and .py[cod] --- certbot-apache/MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot-apache/MANIFEST.in b/certbot-apache/MANIFEST.in index 386021723..fa15504e7 100644 --- a/certbot-apache/MANIFEST.in +++ b/certbot-apache/MANIFEST.in @@ -4,3 +4,5 @@ recursive-include tests * include certbot_apache/_internal/centos-options-ssl-apache.conf include certbot_apache/_internal/options-ssl-apache.conf recursive-include certbot_apache/_internal/augeas_lens *.aug +global-exclude __pycache__ +global-exclude *.py[cod]