remove setup.py

This commit is contained in:
onyx-and-iris 2023-07-07 18:12:07 +01:00
parent 1ad0347478
commit b49dc3b9b3

View File

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