mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 05:53:32 +00:00
add setup.py to hotkeys example
This commit is contained in:
7
examples/hotkeys/setup.py
Normal file
7
examples/hotkeys/setup.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name="hotkeys",
|
||||||
|
description="hotkeys example",
|
||||||
|
install_requires=["obsws-python", "keyboard"],
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user