Skip to content

Commit

Permalink
Update build system to flit_core (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo authored Oct 30, 2024
2 parents f3b3887 + cb383e8 commit 096af0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pollen_py/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"]
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
module = "pollen"
Expand All @@ -12,4 +12,4 @@ requires-python = ">=3.8"
requires = []

[tool.flit.scripts]
exine = "pollen.main:main"
exine = "pollen.main:main"

0 comments on commit 096af0d

Please sign in to comment.