obsws-python/examples/hotkeys/setup.py

8 lines
145 B
Python
Raw Permalink Normal View History

2022-10-26 11:35:16 +01:00
from setuptools import setup
setup(
name="hotkeys",
description="hotkeys example",
install_requires=["obsws-python", "keyboard"],
)