mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
19 lines
458 B
TOML
19 lines
458 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/PrefectHQ/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"
|