mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Exclude pycache and .py[cod] from certbot package (#7608)
This commit is contained 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]
|
||||
|
||||
Reference in New Issue
Block a user