feat: initialize cold display guard

This commit is contained in:
Yoilun
2026-04-27 10:59:13 +08:00
commit 36dc3548e6
17 changed files with 918 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "cold-display-guard"
version = "0.1.0"
description = "Food batch dwell-time and disposal compliance monitor for refrigerated displays"
readme = "README_zh.md"
requires-python = ">=3.11"
dependencies = []
[project.scripts]
cold-display-guard = "cold_display_guard.cli:main"
[tool.setuptools.packages.find]
where = ["src"]