[build-system] requires = ["setuptools>=77"] build-backend = "setuptools.build_meta" [project] name = "zulipmcp" version = "0.1.1" description = "Run AI agents in Zulip as @mentionable bots — or wire into any MCP client" license = "Apache-2.0" license-files = ["LICENSE", "NOTICE"] authors = [{name = "WindBorne Systems"}] requires-python = ">=3.10" readme = "README.md" keywords = ["zulip", "agent", "mcp", "model-context-protocol", "llm", "claude", "codex", "chatbot"] classifiers = [ "Development Status :: 4 - Beta", "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 :: Communications :: Chat", "Typing :: Typed", ] dependencies = [ "diskcache", "fastmcp", "zulip", ] [project.urls] Homepage = "https://github.com/windborne/zulipmcp" Repository = "https://github.com/windborne/zulipmcp" Issues = "https://github.com/windborne/zulipmcp/issues" [tool.setuptools.packages.find] include = ["zulipmcp*"] [dependency-groups] dev = [ "pytest>=9.0.3", ]