[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "lzwcai-mcpskills-mfg-data-agent" version = "0.1.4" description = "制造业数据智能体 - MCP server for manufacturing data intelligence with dynamic tool generation" readme = "README.md" requires-python = ">=3.13" license = {text = "MIT"} authors = [ {name = "lzwcai", email = "your-email@example.com"}, ] keywords = ["mcp", "sql", "manufacturing", "data", "agent", "智能体"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.13", ] dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.10.1", "pypinyin>=0.53.0", ] [project.scripts] lzwcai-mcpskills-mfg-data-agent = "lzwcai_mcpskills_mfg_data_agent.main:main" [tool.hatch.build.targets.wheel] packages = ["lzwcai_mcpskills_mfg_data_agent"] [tool.hatch.build.targets.wheel.force-include] "lzwcai_mcpskills_mfg_data_agent/businessQueries.json" = "lzwcai_mcpskills_mfg_data_agent/businessQueries.json"