mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-15 17:40:57 +00:00
8 lines
162 B
Python
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"],
|
|
)
|