Update pyproject.toml
This commit is contained in:
+7
-3
@@ -12,8 +12,12 @@ dependencies = [
|
|||||||
"pydantic>=2.11.4",
|
"pydantic>=2.11.4",
|
||||||
"aiohttp>=3.11.18",
|
"aiohttp>=3.11.18",
|
||||||
]
|
]
|
||||||
[tool.setuptools.packages.find]
|
|
||||||
include = ["*_mcp_module"]
|
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
yargi-mcp = "yargi_mcp:__main__.main"
|
yargi-mcp = "mcp_server_main:main"
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
py-modules = ["mcp_server_main"]
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
include = ["*_mcp_module"]
|
||||||
Reference in New Issue
Block a user