Exclude pycache and .py[cod] from certbot package (#7608)

This commit is contained in:
ohemorange
2019-11-26 17:45:07 -08:00
committed by GitHub
parent d2b65b47f2
commit f36b93267c
+2
View File
@@ -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]