ADD pyproject.toml
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user