From c7d6c6adc39d3b9361103fa676b877532ec21204 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Tue, 16 Dec 2025 18:14:44 +0000 Subject: [PATCH] ADD pyproject.toml --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..3d722e9 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,13 @@ +[project] +name = "rewind" +version = "0.0.1" +description = "Disk-backed OBS replay buffer" +readme = "README.md" +requires-python = ">=3.9" + +dependencies = [ + "obsws-python", +] + +[project.scripts] +rewind = "rewind.clip:main" \ No newline at end of file