fix: load .env file via python-dotenv for local development

This commit is contained in:
2026-03-07 23:34:09 -05:00
parent d4d6800da5
commit c464f0669a
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "trytonmcp"
name = "tryton_mcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
@@ -7,6 +7,7 @@ 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]