xair-api-python/examples/xair-obs/setup.py
2022-09-20 15:12:50 +01:00

8 lines
162 B
Python

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