Skip to content

Commit 0c36eae

Browse files
authored
Merge pull request #206 from takluyver/patch-1
Update build system to flit_core
2 parents 97cfdd8 + 4801251 commit 0c36eae

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,6 +1,6 @@
11
[build-system]
2-
requires = ["black", "flit", "isort"]
3-
build-backend = "flit.buildapi"
2+
requires = ["black", "flit_core >=2,<4", "isort"]
3+
build-backend = "flit_core.buildapi"
44

55
[tool.flit.metadata]
66
module = "svdtools"

0 commit comments

Comments
 (0)