Skip to content

Commit dbaa5b5

Browse files
committed
build: replace uv_build with pdm-backend
1 parent c9af264 commit dbaa5b5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "proselint"
33
description = "A linter for prose."
44
version = "0.16.0"
5-
license = {file = "LICENSE.md"}
5+
license = { file = "LICENSE.md" }
66
authors = [{ name = "Amperser Labs", email = "hello@amperser.com"}]
77
readme = "README.md"
88
classifiers = [
@@ -29,8 +29,8 @@ Issues = "https://github.com/amperser/proselint/issues"
2929
proselint = "proselint.command_line:main"
3030

3131
[build-system]
32-
requires = ["uv_build>=0.7.22,<0.8.0"]
33-
build-backend = "uv_build"
32+
requires = ["pdm-backend>=2.0.0"]
33+
build-backend = "pdm.backend"
3434

3535
[tool.poe.tasks]
3636
test = "pytest"
@@ -62,10 +62,9 @@ web = [
6262
"rq>=0.12.0",
6363
]
6464

65-
[tool.uv.build-backend]
66-
module-name = "proselint"
67-
module-root = ""
68-
source-include = ["tests/**"]
65+
[tool.pdm.build]
66+
includes = ["proselint/"]
67+
source-includes = ["tests/"]
6968

7069
[tool.ruff]
7170
line-length = 80

0 commit comments

Comments
 (0)