diff --git a/pyproject.toml b/pyproject.toml index 7145f7d..065ae19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[build-system] +requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"] +build-backend = "setuptools.build_meta" + [tool.black] target-version = ["py37"]