Try hatchling from main
diff --git a/pyproject.toml b/pyproject.toml index 18dff46..1b920e6 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -26,7 +26,7 @@ # NOTE: You don't need this in your own Black configuration. [build-system] -requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme", "packaging==21.3"] +requires = ["hatchling @ git+https://github.com/pypa/hatch.git#subdirectory=backend", "hatch-vcs", "hatch-fancy-pypi-readme"] build-backend = "hatchling.build" [project]