mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-01-02 01:27:47 +00:00
script will now end when OBS is closed filter out all logs but `vban_cmd.iremote` setup.py added
8 lines
125 B
Python
8 lines
125 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="obs",
|
|
description="OBS Example",
|
|
install_requires=["obsws-python"],
|
|
)
|