Skip to content

Commit

Permalink
Merge pull request #66 from takluyver/patch-1
Browse files Browse the repository at this point in the history
Update build system to flit_core
  • Loading branch information
RoyStegeman authored Dec 4, 2024
2 parents 02acde3 + 71fff53 commit 0c97834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["flit"]
build-backend = "flit.buildapi"
requires = ["flit_core >=2,<4"] # for pins see: https://flit.pypa.io/en/stable/pyproject_toml.html#build-system-section
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
module = "reportengine"
Expand Down

0 comments on commit 0c97834

Please sign in to comment.