Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark
version
as dynamic in pyproject.toml
We need to set `dynamic = ["version"]` in `pyproject.toml`, since the spec requires that required fields must be listed in `dynamic` if they're to be provided by the build backend (maturin for us). See PyO3/maturin#2390 for the maturin issue to adhere to the spec.
- Loading branch information