Skip to content

Commit 91c2098

Browse files
committed
chore: use hatchling as build system
1 parent 158aa06 commit 91c2098

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ classifiers = [
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
2121
]
22+
[build-system]
23+
requires = ["hatchling"]
24+
build-backend = "hatchling.build"
2225

2326
[project.scripts]
2427
mcp-server-memos = "mcp_server_memos:main"
@@ -27,4 +30,4 @@ mcp-server-memos = "mcp_server_memos:main"
2730
Repository = "https://github.com/RyoJerryYu/mcp-server-memos-py"
2831

2932
[tool.uv]
30-
package = true
33+
package = true

0 commit comments

Comments
 (0)