I added some metadata to pyproject.toml and copied the license file to the pybigtools directory so that maturin bundles it when it creates the sdist. Adding the SPDX identifier line to pyproject.toml seems to be enough to make maturin find and include the file when running maturin sdist.
Bioconda expects to see a license file and is currently failing to build pybigtools because it is missing from the sdist.
I added some metadata to
pyproject.toml
and copied the license file to the pybigtools directory so that maturin bundles it when it creates the sdist. Adding the SPDX identifier line to pyproject.toml seems to be enough to make maturin find and include the file when runningmaturin sdist
.Bioconda expects to see a license file and is currently failing to build pybigtools because it is missing from the sdist.