mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
add setup.py to hotkeys example
This commit is contained in:
parent
592be28469
commit
ddee4f7e3e
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"],
|
||||
)
|
Loading…
Reference in New Issue
Block a user