diff --git a/pyproject.toml b/pyproject.toml index ff12792..c27db83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["flit", "pre-commit"] +requires = ["flit"] build-backend = "flit.buildapi" [tool.flit.metadata] @@ -31,4 +31,4 @@ exclude = ''' | build | dist )/ -''' \ No newline at end of file +'''