Currently, our release PyPI tar.gz file does not include all header and C files to enable a successful build, not only locally, but also as a conda feedstock (see https://github.com/conda-forge/conda-smithy for more details)
MANIFEST.IN renamed to MANIFEST.in per conventions.
setup.pypackage_data and the MANIFEST.in file have been updated to enable this.
This includes adding all .h, .c and test files.
khash.h added to setup.package_data and extraneous klib/ files removed to prevent confusion
docs/ formatting received an update to remove warnings in a few docstrings and quickstart.md
Currently, our release PyPI
tar.gz
file does not include all header and C files to enable a successful build, not only locally, but also as a conda feedstock (see https://github.com/conda-forge/conda-smithy for more details)MANIFEST.IN
renamed toMANIFEST.in
per conventions.setup.py
package_data
and theMANIFEST.in
file have been updated to enable this. This includes adding all .h, .c and test files.khash.h
added tosetup.package_data
and extraneousklib/
files removed to prevent confusiondocs/
formatting received an update to remove warnings in a few docstrings andquickstart.md