avoid installing __pycache__ directories#906
Conversation
Signed-off-by: Min RK <benjaminrk@gmail.com>
csmarchbanks
left a comment
There was a problem hiding this comment.
Thanks! When I am testing this out it appears to work for the source distribution, and I am still seeing the various compiled python files added to the wheel. It appears that MANIFEST.in only applies to the source distribution.
I am happy to merge this as it is a definite improvement but do you want to take a stab at that as well? If not I will work on adding some methods for cleaning the repo before building for the next release.
|
How do you build your wheels? I couldn't find it to test with. I tested with the current standard |
|
I was testing with |
the current prometheus wheels include
__pycache__directories in their package data files.