[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "rishi-ai-mcp" dynamic = ["version"] description = "Bring the profound wisdom of Vedic Astrology to your AI agents via the Model Context Protocol." readme = "README.md" license = "MIT" requires-python = ">=3.10" authors = [{ name = "Adarsh J" }] keywords = ["mcp", "mcp-server", "vedic-astrology", "jyotish", "llm", "ai-agents", "astrology", "horoscope", "dashaflow", "religion"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering :: Astronomy", "Topic :: Religion", ] dependencies = [ "dashaflow>=1.0.0", "mcp>=1.0.0", ] [project.urls] Homepage = "https://github.com/adarshj322/rishi-ai-mcp" Repository = "https://github.com/adarshj322/rishi-ai-mcp" [project.scripts] rishi-ai-mcp = "rishi_ai_mcp:main" [tool.hatch.build.targets.wheel] packages = ["."] only-include = ["rishi_ai_mcp.py"] [tool.hatch.version] path = "rishi_ai_mcp.py"