Change the package to use a pyproject.toml file for metadata, using the hatch build backend.
Also uses hatch-vcs to provide the version number from git, including a local part. This should make building easier, and provides extra information for debugging user problems.
Closes: #54
Changed: Use pyproject.toml for packaging
Change the package to use a pyproject.toml file for metadata, using the hatch build backend.
Also uses hatch-vcs to provide the version number from git, including a local part. This should make building easier, and provides extra information for debugging user problems.
Closes: #54 Changed: Use pyproject.toml for packaging