17 lines
311 B
TOML
17 lines
311 B
TOML
|
|
[project]
|
||
|
|
name = "mcp-spotify"
|
||
|
|
version = "0.1.0"
|
||
|
|
requires-python = ">=3.11"
|
||
|
|
dependencies = [
|
||
|
|
"mcp>=1.0.0",
|
||
|
|
"spotipy>=2.24.0",
|
||
|
|
"python-dotenv>=1.0.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["setuptools>=68"]
|
||
|
|
build-backend = "setuptools.build_meta"
|
||
|
|
|
||
|
|
[tool.setuptools]
|
||
|
|
py-modules = ["server", "spotify_client"]
|