v0.9.1
What's Changed
- Add
tool.hatch.build.targets.wheel
to fixpip install .
with Hatchling 1.19 by @hugovk in #106
This fixesValueError: Unable to determine which files to ship inside the wheel using the following heuristics: [...]
when trying topip install .
, including via pre-commit. - Add tox for easy testing of multiple Python versions by @hugovk in #100
- Lint on GitHub Actions via pre-commit by @hugovk in #104
Full Changelog: v0.9.0...v0.9.1