[project]
name = "splitwise-mcp-server"
version = "0.1.0"
description = "MCP server for Splitwise expense management with atomic duplicate prevention"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.10"
authors = [
{name = "Vishnu Jayavel", email = "vishnujayvel@gmail.com"}
]
keywords = [
"splitwise",
"mcp",
"model-context-protocol",
"expense",
"expense-tracker",
"claude",
"ai-assistant"
]
classifiers = [
"Development Status :: 4 - Beta",
"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",
"Topic :: Office/Business :: Financial :: Accounting",
]
dependencies = [
"mcp>=1.0.0",
"requests>=2.31.0",
]
[project.urls]
Homepage = "https://github.com/vishnujayvel/splitwise-mcp"
Repository = "https://github.com/vishnujayvel/splitwise-mcp"
Issues = "https://github.com/vishnujayvel/splitwise-mcp/issues"
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
"ruff>=0.1.0",
]
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]