Closed as not planned
Description
Currently, tests are included in the source distribution on PyPI (https://pypi.org/project/diffsims/#files). This way, users can run the test suite by doing
> pip install diffsims pytest
> pytest --pyargs diffsims
We may introduce a 125 kB NumPy array file in #205. This will take the distribution size from 946 kB -> 1071 kB.
I don't know, but I doubt there are many people running diffsims' test suite this way. I suggest to exclude the test suite from the source distribution. Interested to hear other's thoughts.