We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8721719 commit 2fd3f67Copy full SHA for 2fd3f67
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-requires = ["hatchling>=1.25"]
3
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.7.20"]
+build-backend = "uv_build"
4
5
[project]
6
name = "stagpy"
@@ -61,9 +61,6 @@ doc = [
61
[project.scripts]
62
stagpy = "stagpy.__main__:main"
63
64
-[tool.hatch.build.targets.sdist]
65
-include = ["stagpy"]
66
-
67
[tool.pytest.ini_options]
68
testpaths = ["tests"]
69
python_files = ["test_*.py"]
0 commit comments