django-compressor / django-appconf

An app to handle configuration defaults of packaged Django apps gracefully
https://django-appconf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
350 stars 47 forks source link

Recursively excluding __pycache__ #73

Closed dvzrv closed 3 years ago

dvzrv commented 4 years ago

MANIFEST.in: Recursively exclude pycache directories. They break reproducibility and are test/build artifacts of the build/test/release machine, which should never end up in a sdist.

Closes #72