Closed pinin4fjords closed 1 year ago
Hey Jonathan, apologies for the error. My mistake.
I'm still learning how to wrangle the build system for python packages ... I spent a few hours last night unsuccessfully trying various Stackoverflow answers. After many failed attempts, it seems like Manifest.in
is the only option to make a build that excludes data/
and tests/
.
Pull requests for re-organizing the code to make it meet users' and developers' expectations are more than appreciated.
The conda package build no longer works with the latest release, CI produces errors like:
Conda installs the package from the PyPi source (not directly from here) like:
I'm thinking the issues may be due to recent build changes like https://github.com/slowkow/harmonypy/commit/472c15bda63d8ad8244ad2bc24ec66fbb5925ed9, and the fact that README.md is both included and excluded here: https://github.com/slowkow/harmonypy/blob/master/MANIFEST.in.