Files
health-smart-mirror/pyproject.toml
2022-09-11 19:00:36 -04:00

16 lines
313 B
TOML

[tool.poetry]
name = "health-smart-mirror"
version = "0.1.0"
description = ""
authors = ["Yun Hua <git@hua.dev>"]
readme = "README.md"
packages = [{include = "health_smart_mirror"}]
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"