pyproject.toml•721 B
[project]
name = "zwppt-mcp"
version = "0.0.1"
description = "ZWPPT-MCP: 讯飞智能PPT生成服务MCPServer,支持MCP协议和uvx一键启动。"
readme = "README.md"
requires-python = ">=3.10"
authors = [
{name = "lxwang12", email = "lxwang12@iflytek.com"}
]
license = {text = "MIT"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"mcp[cli]>=1.3.0",
"requests",
"requests_toolbelt"
]
[project.scripts]
zwppt-mcp = "zwppt_mcp.server:main"
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
package-dir = {"" = "src"}