diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d872ceb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[build-system] +requires = [ + "setuptools >= 41.0.0", + "wheel", +] +build-backend = "setuptools.build_meta" + +[tool.black] +skip-string-normalization = true