diff options
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 55ec8d784..3887460cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,10 @@ +[build-system] +requires = [ + "pyTooling.Packaging >= 0.5.0", + "setuptools >= 35.0.2", + "wheel >= 0.29.0" +] +build-backend = "setuptools.build_meta" + [tool.black] line-length = 120 |