rename xair obs dir

upd poetry script
This commit is contained in:
onyx-and-iris
2022-11-07 19:50:46 +00:00
parent 4a36e4a2ce
commit 315dc64feb
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
from setuptools import setup
setup(
name="xair-obs",
description="Syncs Xair states to OBS scenes",
install_requires=["obsws-python", "xair-api"],
)