Files
ableton-mcp/pyproject.toml
T

20 lines
427 B
TOML
Raw Normal View History

[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ableton-mcp"
version = "0.1.0"
description = "Full-featured MCP server for controlling Ableton Live via AbletonOSC"
requires-python = ">=3.10"
dependencies = [
"mcp[cli]>=1.0",
"python-osc>=1.8",
]
[project.scripts]
ableton-mcp = "ableton_mcp.server:main"
[tool.setuptools.packages.find]
where = ["src"]