From bd7fdd379d8b28f8b542f251a11ca28297e8fd6f Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 5 Nov 2021 14:44:19 +0000 Subject: Add PEP 518 `pyproject.toml`. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ceb5fc5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["wheel", "setuptools", "setuptools_scm"] +build-backend = "setuptools.build_meta" -- cgit v1.2.3