mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
bc370b4b32
setup.py added to obs example readme for obs example updated
8 lines
145 B
Python
8 lines
145 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="obs",
|
|
description="OBS Example",
|
|
install_requires=["voicemeeter-api", "obsstudio-sdk"],
|
|
)
|