Skip to content

Commit 0c97834

Browse files
authored
Merge pull request #66 from takluyver/patch-1
Update build system to flit_core
2 parents 02acde3 + 71fff53 commit 0c97834

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 = ["flit"]
3-
build-backend = "flit.buildapi"
2+
requires = ["flit_core >=2,<4"] # for pins see: https://flit.pypa.io/en/stable/pyproject_toml.html#build-system-section
3+
build-backend = "flit_core.buildapi"
44

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

0 commit comments

Comments
 (0)