From 882070c7836d4cc0bccdffe04de0b4b50e840fc2 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 23 Jun 2023 06:59:28 +0800 Subject: Initial commit --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..b5a3c468 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[build-system] +requires = [ + "setuptools>=42", + "wheel" +] +build-backend = "setuptools.build_meta" \ No newline at end of file -- cgit v1.2.3-70-g09d2