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 b504e4f commit 3c07c88
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ combine-as-imports = true
force-sort-within-sections = true
known-first-party = ["pelican"]

[tool.hatch.build.targets.wheel]
packages = ["pelican"]

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

0 comments on commit 3c07c88

Please sign in to comment.