File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 22name = " proselint"
33description = " A linter for prose."
44version = " 0.16.0"
5- license = {file = " LICENSE.md" }
5+ license = { file = " LICENSE.md" }
66authors = [{ name = " Amperser Labs" , email = " hello@amperser.com" }]
77readme = " README.md"
88classifiers = [
@@ -29,8 +29,8 @@ Issues = "https://github.com/amperser/proselint/issues"
2929proselint = " 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 ]
3636test = " 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 ]
7170line-length = 80
You can’t perform that action at this time.
0 commit comments