Skip to content

Commit

Permalink
move from pdm to uv for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Nov 12, 2024
1 parent 5b35868 commit 7919374
Show file tree
Hide file tree
Showing 2 changed files with 1,099 additions and 17 deletions.
12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ classifiers = [
]

dependencies = [
"pip>=24.3.1",
"typing-extensions>=4.11.0",
"platformdirs>=4.3.6",
"pydantic>=2.7.1",
Expand All @@ -56,14 +57,11 @@ all = [
]

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

[tool.pdm]
distribution = true

[tool.pdm.dev-dependencies]
dev = [
[tool.uv]
dev-dependencies = [
"mypy>=1.10.0",
"pyright",
"django>=4.0",
Expand Down
Loading

0 comments on commit 7919374

Please sign in to comment.