We don't care about random `.py` files in the source dist: - sphinx config files - test files - benchmarks Check out https://py.wtf/numpy for a good example of what we shouldn't index. There are some options and tools we could use: - https://github.com/python-packaging/dowsing - fetch pure python bdist_wheels if available - blocklist stuff 😞
We don't care about random
.pyfiles in the source dist:Check out https://py.wtf/numpy for a good example of what we shouldn't index.
There are some options and tools we could use: