diff options
| author | 2023-06-23 06:59:28 +0800 | |
|---|---|---|
| committer | 2023-06-23 06:59:28 +0800 | |
| commit | 882070c7836d4cc0bccdffe04de0b4b50e840fc2 (patch) | |
| tree | 18226755d09c619a2eebf194cd7132602d5696d6 /pyproject.toml | |
| download | infini-882070c7836d4cc0bccdffe04de0b4b50e840fc2.tar.gz infini-882070c7836d4cc0bccdffe04de0b4b50e840fc2.zip | |
Initial commit
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
