Skip to content

Commit 977427b

Browse files
author
Wail Samjouni
committed
added build tool flit
1 parent b641136 commit 977427b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Repository = "https://github.com/IWUGERMANY/DibsComputingCore"
3737
line-length = 88
3838
target-version = ['py310']
3939

40+
#[build-system]
41+
#requires = ["setuptools >= 50.0.0", "wheel"]
42+
#build-backend = "setuptools.build_meta"
43+
4044
[build-system]
41-
requires = ["setuptools >= 50.0.0", "wheel"]
42-
build-backend = "setuptools.build_meta"
45+
requires = ["flit_core >=2"]
46+
build-backend = "flit_core.buildapi"

0 commit comments

Comments
 (0)