Skip to content

Commit 8744ce2

Browse files
committed
Adds build script for uvx
1 parent 85550bc commit 8744ce2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ dependencies = [
1212
[[project.authors]]
1313
name = "Chandrashekhar R"
1414
email = "73425927+cr2007@users.noreply.github.com"
15+
16+
[build-system]
17+
requires = [ "hatchling" ]
18+
build-backend = "hatchling.build"
19+
20+
[project.scripts]
21+
mcp-wordle = "mcp_wordle.main:mcp.run"

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)