pyproject.toml•507 B
[project]
name = "bin-data-mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.6.0",
"python-dotenv>=1.1.0",
]
[dependency-groups]
dev = [
"black>=25.1.0",
]
[project.scripts]
bin-data-mcp = "main:main"
[tool.uv]
package = true
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
py-modules = ["main","pagos_client"]