Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Handle files correctly that aren't packages
We want to ship various files in the source distribution, but they are not packages. Including them in the packages option of poetry seemed to work for building the sdist and wheels, but it broke poetry install. The correct way to do this was implemented in Poetry with python-poetry/poetry-core#6. This fix is in an as-yet unreleased version, unfortunately.
- Loading branch information