diff --git a/pyproject.toml b/pyproject.toml index 56de799..48aea4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,3 +46,7 @@ skip-magic-trailing-comma = false [tool.isort] profile = "black" + +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build"