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