Skip to content

Commit

Permalink
build: remove pdm-backend from requires
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 31, 2023
1 parent 8e4ab36 commit 0f0c3c0
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
Expand Up @@ -292,5 +292,5 @@ test-requires = "pytest"
test-command = "pytest {project}/tests -vls -m imports"

[build-system]
requires = ["pdm-backend", "setuptools", "pybind11"]
build-backend = "pdm.backend"
requires = ["setuptools", "pybind11"]
build-backend = "setuptools.build_meta"

0 comments on commit 0f0c3c0

Please sign in to comment.