jwodder / check-wheel-contents

Check your wheels have the right contents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a check for "garbage" files in a wheel

jwodder opened this issue · comments

The check should fail whenever a wheel contains files like:

  • Text editor swap files (.*.swp, *~, .#*, .*.un~(?), *.bak(?), others???)
  • .DS_Store
  • ._* & __MACOSX (AppleDouble)
  • Thumbs.db
  • .coverage*
  • .mypy_cache/
  • directories containing a CACHEDIR.TAG file
  • others???

Such files should also be included in the default value for --package-omit.