Skip to content

Commit

Permalink
Merge pull request #1909 from freedomofpress/no-pycache
Browse files Browse the repository at this point in the history
Remove __pycache__ folders from packages
  • Loading branch information
rocodes committed Mar 14, 2024
2 parents 873883d + 06ae37e commit 435362b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/rules
Expand Up @@ -13,6 +13,7 @@ override_dh_auto_install:

override_dh_strip_nondeterminism:
find ./debian/ -type f -name '*.pyc' -delete
find ./debian/ -type d -name '__pycache__' -delete
find ./debian/ -type f -name 'pip-selfcheck.json' -delete
find ./debian/ -type f -name 'direct_url.json' -delete
find ./debian/ -type f -name 'RECORD' -delete
Expand Down

0 comments on commit 435362b

Please sign in to comment.