diff --git a/examples/hotkeys/setup.py b/examples/hotkeys/setup.py new file mode 100644 index 0000000..06a1afe --- /dev/null +++ b/examples/hotkeys/setup.py @@ -0,0 +1,7 @@ +from setuptools import setup + +setup( + name="hotkeys", + description="hotkeys example", + install_requires=["obsws-python", "keyboard"], +)