14 lines
311 B
TOML
14 lines
311 B
TOML
|
|
[project]
|
||
|
|
name = "usb-camera-webui"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Live MJPEG video feed from a USB webcam, served via a minimal web UI"
|
||
|
|
requires-python = ">=3.11"
|
||
|
|
dependencies = []
|
||
|
|
|
||
|
|
[project.scripts]
|
||
|
|
camera-webui = "camera.app:main"
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["hatchling"]
|
||
|
|
build-backend = "hatchling.build"
|