diff --git a/pyproject.toml b/pyproject.toml index 4d4f093..1433aca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -ld-system] +[build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" @@ -21,4 +21,4 @@ line-length = 119 profile = "black" line_length = 119 combine_as_imports = true -combine_star = true[tool.black] +combine_star = true