Skip to content

Commit caed12a

Browse files
committed
Switch build system from Hatchling to PDM
1 parent 650954c commit caed12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ force-sort-within-sections = true
9898
known-first-party = ["pelican"]
9999

100100
[build-system]
101-
requires = ["hatchling"]
102-
build-backend = "hatchling.build"
101+
requires = ["pdm-backend"]
102+
build-backend = "pdm.backend"

0 commit comments

Comments
 (0)