Skip to content

Commit 99869c7

Browse files
authored
Update build system to flit_core (#46)
1 parent c0f4c86 commit 99869c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
2-
build-backend = "flit.buildapi"
2+
build-backend = "flit_core.buildapi"
33
requires = [
4-
"flit",
4+
"flit_core >=2,<4",
55
]
66

77
[project]

0 commit comments

Comments
 (0)