microbiomedata / submission-schema

https://microbiomedata.github.io/submission-schema/
MIT License
1 stars 1 forks source link

Ensure that project artifacts are included in wheel distribution #187

Closed pkalita-lbl closed 7 months ago

pkalita-lbl commented 7 months ago

This fixes the fact that project files are not included in the wheel distribution of this package. Unlike the source distributions, Poetry doesn't make it easy to include files from outside the package directory to be included in the wheel (see https://github.com/python-poetry/poetry/issues/7153). The workaround is to temporarily copy the project directory before doing a poetry build.

cc @turbomam just FYI