mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-20 15:03:31 +00:00
Compare commits
5 Commits
fix-discon
...
935392a0b6
| Author | SHA1 | Date | |
|---|---|---|---|
| 935392a0b6 | |||
| d2f2926334 | |||
|
|
58cd50dd6c | ||
| 7614cdfe4a | |||
|
|
9402f2e472 |
@@ -7,7 +7,7 @@ name = "obsws-python"
|
|||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "A Python SDK for OBS Studio WebSocket v5.0"
|
description = "A Python SDK for OBS Studio WebSocket v5.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "GPL-3.0-only"
|
license = { text = "GPL-3.0-only" }
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Adem Atikturk", email = "aatikturk@gmail.com" },
|
{ name = "Adem Atikturk", email = "aatikturk@gmail.com" },
|
||||||
@@ -51,4 +51,4 @@ dependencies = [
|
|||||||
run = 'pytest -v'
|
run = 'pytest -v'
|
||||||
|
|
||||||
[[tool.hatch.envs.test.matrix]]
|
[[tool.hatch.envs.test.matrix]]
|
||||||
python = ["39", "310", "311"]
|
python = ["39", "310", "311", "312"]
|
||||||
|
|||||||
Reference in New Issue
Block a user