Skip to content

Commit

Permalink
chore: use pdm-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramRipper committed Aug 4, 2023
1 parent 07c19bb commit fa1e055
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 @@ -29,8 +29,8 @@ dev = [
broadcast = "graia.broadcast.creator:BroadcastCreator"

[build-system]
requires = ["pdm-pep517"]
build-backend = "pdm.pep517.api"
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool.black]
line-length = 120
Expand Down

0 comments on commit fa1e055

Please sign in to comment.