Files
rewind/pyproject.toml
2025-12-18 20:09:54 +00:00

19 lines
328 B
TOML

[project]
name = "rewind"
version = "0.0.1"
description = "Disk-backed OBS replay buffer"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"obsws-python",
"watchdog"
]
[project.scripts]
rewind = "rewind.cli:main"
rewind-daemon = "rewind.daemon:main"
[tool.setuptools.package-data]
rewind = ["config.toml"]