[project] name = "ecm-control" version = "0.1.0" description = "Espresso Coffee Machine Control System" requires-python = ">=3.10" dependencies = [ "fastapi>=0.115.13", "gpiozero>=2.0.1", "jinja2>=3.1.6", "python-multipart>=0.0.20", "uvicorn>=0.34.3", ] [project.scripts] ecm-control = "ecm_control.__main__:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/ecm_control"]