Skip to content

Commit 2fd3f67

Browse files
committed
use uv build backend
1 parent 8721719 commit 2fd3f67

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["hatchling>=1.25"]
3-
build-backend = "hatchling.build"
2+
requires = ["uv_build>=0.7.20"]
3+
build-backend = "uv_build"
44

55
[project]
66
name = "stagpy"
@@ -61,9 +61,6 @@ doc = [
6161
[project.scripts]
6262
stagpy = "stagpy.__main__:main"
6363

64-
[tool.hatch.build.targets.sdist]
65-
include = ["stagpy"]
66-
6764
[tool.pytest.ini_options]
6865
testpaths = ["tests"]
6966
python_files = ["test_*.py"]

0 commit comments

Comments
 (0)