Skip to content
Snippets Groups Projects
Commit 4af19529 authored by Marc Troelitzsch's avatar Marc Troelitzsch Committed by Adam Williamson
Browse files

Update project metadata and switch build-tool to hatchling

To keep build-compatibility with Python 3.6, I've switched the build
backend from `setuptools` to `hatchling`. `setuptools` only supports
`pyproject.toml` from version 61 onwards, which itself isn't compatible
with Python 3.6. This does not mean we have to fully use Hatch as we can
still create build using `python -m build`. Hatchling automatically
includes all non-gitignored files, so the `MANIFEST.in` file has been
removed.
parent 8386f91a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment