Skip to content

Commit

Permalink
Specify build system dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 7, 2024
1 parent 5f5ea85 commit 343a448
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[build-system]
requires = [
"setuptools",
"wheel",
"setuptools>=38.6.0",
"wheel>=0.31.0",
"twine>=1.11.0"
]
build-backend = "build"
backend-path = ["src/ppbt"]
Expand Down

0 comments on commit 343a448

Please sign in to comment.