Skip to content

Commit f27bad7

Browse files
committed
Move from rye to uv
1 parent 8e65959 commit f27bad7

2 files changed

Lines changed: 328 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ requires-python = ">= 3.11"
1919
pdfbaker = "pdfbaker.__main__:cli"
2020

2121
[build-system]
22-
requires = ["hatchling==1.26.3"] # https://github.com/astral-sh/rye/issues/1446
22+
requires = ["hatchling"]
2323
build-backend = "hatchling.build"
2424

25-
[tool.rye]
25+
[tool.uv]
2626
managed = true
2727
dev-dependencies = []
2828

0 commit comments

Comments
 (0)