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 6891bff commit 759f68cCopy full SHA for 759f68c
Makefile
@@ -2,6 +2,9 @@ install:
2
uv sync
3
npm install -g @mermaid-js/mermaid-cli
4
5
+upgrade:
6
+ uv sync -U
7
+
8
lint:
9
uv run ruff check .
10
pyproject.toml
@@ -25,9 +25,10 @@ dependencies = [
25
"streamlit>=1.45.1",
26
]
27
28
-[tool.hatch.build.targets.wheel]
29
-packages = ["agents_mcp_usage"]
+[tool.uv.build-backend]
+module-name = "agents_mcp_usage"
30
+module-root = ""
31
32
[build-system]
-requires = ["hatchling"]
33
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.7.19,<0.8.0"]
34
+build-backend = "uv_build"
0 commit comments