Skip to content

Commit 7919374

Browse files
committed
move from pdm to uv for packaging
1 parent 5b35868 commit 7919374

File tree

2 files changed

+1099
-17
lines changed

2 files changed

+1099
-17
lines changed

pyproject.toml

+5-7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ classifiers = [
3636
]
3737

3838
dependencies = [
39+
"pip>=24.3.1",
3940
"typing-extensions>=4.11.0",
4041
"platformdirs>=4.3.6",
4142
"pydantic>=2.7.1",
@@ -56,14 +57,11 @@ all = [
5657
]
5758

5859
[build-system]
59-
requires = ["pdm-backend"]
60-
build-backend = "pdm.backend"
60+
requires = ["hatchling"]
61+
build-backend = "hatchling.build"
6162

62-
[tool.pdm]
63-
distribution = true
64-
65-
[tool.pdm.dev-dependencies]
66-
dev = [
63+
[tool.uv]
64+
dev-dependencies = [
6765
"mypy>=1.10.0",
6866
"pyright",
6967
"django>=4.0",

0 commit comments

Comments
 (0)