Skip to content

Commit 8614de6

Browse files
authored
Switch to uv build (#65)
1 parent 5e9f370 commit 8614de6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ Repository = "https://github.com/modal-labs/pytest-markdown-docs"
2525
pytest_markdown_docs = "pytest_markdown_docs.plugin"
2626

2727
[build-system]
28-
requires = ["hatchling"]
29-
build-backend = "hatchling.build"
28+
requires = ["uv_build>=0.10.9,<0.11.0"]
29+
build-backend = "uv_build"
30+
3031

3132
[dependency-groups]
3233
dev = [

0 commit comments

Comments
 (0)