onyx-and-iris fc6fdb44b5 Revert "remove setup.py"
This reverts commit b49dc3b9b3bf510eee570ccfe4bdc5252aaa509f.
2023-07-07 19:04:15 +01:00

8 lines
125 B
Python

from setuptools import setup
setup(
name="obs",
description="OBS Example",
install_requires=["obsws-python"],
)