[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "wa-chat-reader" version = "0.1.0" description = "Unofficial, read-only MCP server for local WhatsApp chat history" readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } authors = [{ name = "Nabheet Madan", email = "nabheet@infinitelocus.com" }] keywords = ["mcp", "model-context-protocol", "whatsapp", "chat", "claude"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Communications :: Chat", ] dependencies = ["mcp>=1.2.0"] [project.urls] Homepage = "https://github.com/NabheetCloud/wa-chat-reader" Repository = "https://github.com/NabheetCloud/wa-chat-reader" Issues = "https://github.com/NabheetCloud/wa-chat-reader/issues" [project.scripts] wa-chat-reader = "wa_chat_reader.server:main" [tool.setuptools.packages.find] where = ["src"]