From d2362a629d9871f535493b2ff92bcad415ae6dcd Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 29 Apr 2024 10:22:27 +0200 Subject: Standardize and modernize package configuration. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..fed528d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta" -- cgit