voicemeeter-api-python/examples/obs/setup.py
2023-06-23 17:44:51 +01:00

8 lines
125 B
Python

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