1
0
Fork 0
mirror of synced 2024-05-18 11:32:50 +12:00

Remove build-system section from pyproject.toml to fix pip install .

This commit is contained in:
Dummerle 2022-09-05 22:46:06 +02:00
parent 333bb40ad7
commit 5f44f92475
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1

View file

@ -44,9 +44,9 @@ Nuitka = "^1.0.6"
pylint = "^2.15.0"
black = "^22.6.0"
[build-system]
requires = ["setuptools>=42", "wheel", "nuitka", "toml"]
build-backend = "nuitka.distutils.Build"
#[build-system]
#requires = ["setuptools>=42"z, "wheel", "nuitka", "toml"]
#build-backend = "nuitka.distutils.Build"
[nuitka]