fastmcp/examples/smart_home/pyproject.toml
zzstoatzz d87b95b581 o
one more time

try defer

checkpoint

small updates

push code
2025-04-13 18:27:17 -05:00

19 lines
455 B
TOML

[project]
name = "smart-home"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [{ name = "zzstoatzz", email = "thrast36@gmail.com" }]
requires-python = ">=3.12"
dependencies = ["fastmcp@git+https://github.com/jlowin/fastmcp.git", "phue2"]
[project.scripts]
smart-home = "smart_home.__main__:main"
[dependency-groups]
dev = ["ruff", "ipython"]
[build-system]
requires = ["uv_build"]
build-backend = "uv_build"