Skip to content

Commit 63a7a4d

Browse files
committed
chore: Env and Makefile
1 parent 858ee33 commit 63a7a4d

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
install:
2+
uv sync
3+
npm install -g @mermaid-js/mermaid-cli

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ dependencies = [
1919
"pydantic-evals[logfire]>=0.1.3",
2020
"python-dotenv>=1.1.0",
2121
]
22+
23+
[tool.hatch.build.targets.wheel]
24+
packages = ["agents_mcp_usage"]
25+
26+
[build-system]
27+
requires = ["hatchling"]
28+
build-backend = "hatchling.build"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)