mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-09-18 22:52:26 +00:00
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
935392a0b6 | ||
|
|
d2f2926334 | ||
|
|
58cd50dd6c | ||
|
|
7614cdfe4a | ||
|
|
9402f2e472 |
+2
-2
@@ -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