Skip to content

Commit 3e55b23

Browse files
2 parents 0b3dcd4 + cf67502 commit 3e55b23

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

Python/pyproject.toml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
[project]
2-
name = "unity"
2+
name = "unity-mcp"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Unity MCP Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"httpx>=0.28.1",
9-
"mcp[cli]>=1.4.1",
8+
"httpx>=0.28.1",
9+
"mcp[cli]>=1.4.1"
1010
]
11+
12+
[build-system]
13+
requires = ["setuptools>=42", "wheel"]
14+
build-backend = "setuptools.build_meta"
15+
16+
[tool.setuptools]
17+
# These are the single-file modules at the root of the Python folder.
18+
py-modules = ["config", "server", "unity_connection"]
19+
20+
# The "tools" subdirectory is a package.
21+
packages = ["tools"]

0 commit comments

Comments
 (0)