Skip to content

Commit e4f3194

Browse files
author
Wail Samjouni
committed
added build tool flit
1 parent 45c33cc commit e4f3194

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

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

40-
#[build-system]
41-
#requires = ["flit_core >=2"]
42-
#build-backend = "flit_core.buildapi"
43-
4440
[build-system]
45-
requires = ["flit"]
46-
build-backend = "flit.api"
41+
requires = ["flit_core >=2"]
42+
build-backend = "flit_core.buildapi"
43+
44+
#[build-system]
45+
#requires = ["flit"]
46+
#build-backend = "flit.api"

0 commit comments

Comments
 (0)