Skip to content

Commit e5a54e8

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ line-length = 88
3838
target-version = ['py310']
3939

4040
#[build-system]
41-
#requires = ["setuptools >= 50.0.0", "wheel"]
42-
#build-backend = "setuptools.build_meta"
41+
#requires = ["flit_core >=2"]
42+
#build-backend = "flit_core.buildapi"
4343

4444
[build-system]
45-
requires = ["flit_core >=2"]
46-
build-backend = "flit_core.buildapi"
45+
requires = ["flit"]
46+
build-backend = "flit.api"

0 commit comments

Comments
 (0)