16 lines
320 B
TOML
16 lines
320 B
TOML
[project]
|
|
name = "tryton_mcp"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"fastmcp[tasks]>=3.1.0",
|
|
"sabatron-tryton-rpc-client>=7.4.0",
|
|
"python-dotenv>=1.0.0",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|
|
include = ["*"]
|