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