mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-06-27 18:00:23 +01:00
34 lines
643 B
TOML
34 lines
643 B
TOML
[project]
|
|
name = "simple-recorder"
|
|
version = "0.1.7"
|
|
description = "A simple OBS recorder"
|
|
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
|
|
dependencies = [
|
|
"clypi>=1.8.1",
|
|
"FreeSimpleGUI>=5.2.0.post1",
|
|
"obsws-python>=1.7.2",
|
|
]
|
|
requires-python = ">=3.11"
|
|
readme = "README.md"
|
|
license = { text = "MIT" }
|
|
|
|
[project.scripts]
|
|
simple-recorder = "simple_recorder:run"
|
|
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|
|
|
|
|
|
[tool.pdm]
|
|
distribution = true
|
|
|
|
[tool.pdm.scripts]
|
|
compile = "shiv -c simple-recorder -o bin/simple-recorder.pyz ."
|
|
|
|
|
|
[dependency-groups]
|
|
build = [
|
|
"shiv>=1.0.8",
|
|
]
|