Open VorpalBlade opened 2 years ago
Thanks for reporting this. Apparently this is the default behavior for PyPi source distributions, but I found this can be overruled by adding a manifest file:
https://packaging.python.org/en/latest/guides/using-manifest-in/
I'll have a look into this later. In the meantime it's probably a good idea to use the source distributions from Github, which are always complete.
While trying to package this for Arch Linux I ran into some issues. I'm using the source tar.gz from PyPI for this packaging (
isolyzer-1.4.0.tar.gz
, from https://pypi.org/project/isolyzer/#files).At least in this package it appears the unit tests fail due to missing files:
The unit test works on a git checkout, so presumably there are some files that are missing in the built source package.