OBS-to-XAir/setup.py
onyx-and-iris ba3389882e update for websocket v5, obs 28
support reading conn info from toml

add setup.py for easy dep installation
2022-09-27 09:25:25 +01:00

10 lines
213 B
Python

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