arbor
arbor copied to clipboard
Make `pyproject.toml` read version from `VERSION`
Currently the version field in the toml file can't be read from an external file and is therefore duplicated. Upstream issues: https://github.com/scikit-build/scikit-build-core/issues/435 and https://github.com/scikit-build/scikit-build-core/issues/230.
The reverse could also be considered as solution.