fixed file name

This commit is contained in:
demberto 2022-05-08 21:45:40 +05:30
parent 5fcb349c5b
commit 46f6bac12b
2 changed files with 3 additions and 6 deletions

View File

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

3
pyproject.toml Normal file
View File

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