We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287b30e commit b641136Copy full SHA for b641136
pyproject.toml
@@ -36,3 +36,7 @@ Repository = "https://github.com/IWUGERMANY/DibsComputingCore"
36
[tool.black]
37
line-length = 88
38
target-version = ['py310']
39
+
40
+[build-system]
41
+requires = ["setuptools >= 50.0.0", "wheel"]
42
+build-backend = "setuptools.build_meta"
0 commit comments