[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "lzwcai-mcp-agile-db-third" version = "0.1.5" description = "MCP server for Agile DB third-party datasource APIs" readme = "README.md" requires-python = ">=3.12" license = {text = "MIT"} authors = [ {name = "lzwcai", email = "your-email@example.com"}, ] keywords = ["mcp", "datasource", "database", "agile-db"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", ] dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.10.1", ] [project.scripts] lzwcai-mcp-agile-db-third = "lzwcai_mcp_agile_db_third.main:main" [tool.hatch.build.targets.wheel] packages = ["lzwcai_mcp_agile_db_third"] [tool.hatch.build.targets.wheel.force-include] [tool.hatch.build] exclude = [ "lzwcai_mcp_agile_db_third/logs/**", "**/.__pycache__/**", "lzwcai_mcp_agile_db_third/.gitignore", ".venv/**", ]