Skip to content

Commit

Permalink
Switch build system from Hatchling to PDM
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Dec 15, 2023
1 parent d06e37a commit 33500c4
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 @@ -97,5 +97,5 @@ force-sort-within-sections = true
known-first-party = ["pelican"]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["pdm-backend"]
build-backend = "pdm.backend"

0 comments on commit 33500c4

Please sign in to comment.