This commit is contained in:
guanjihuan
2021-05-22 22:03:32 +08:00
parent 67a4eede1d
commit ce0878c2d0
5 changed files with 983 additions and 0 deletions

6
PyPI/pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"