Skip to content

Commit

Permalink
pyproject.toml: Add setuptools requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jun 21, 2022
1 parent bcf3103 commit e22cac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["pdm-pep517", "pybind11<3.0.0,>=2.9.0", "wheel", "build", "twine"]
requires = ["pdm-pep517", "pybind11<3.0.0,>=2.9.0", "wheel", "build", "twine", "setuptools>=62.3"]
build-backend = "pdm.pep517.api"

[tool.pdm]
Expand Down

0 comments on commit e22cac1

Please sign in to comment.