mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 21:00:53 +00:00
8 lines
145 B
Python
8 lines
145 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="hotkeys",
|
|
description="hotkeys example",
|
|
install_requires=["obsws-python", "keyboard"],
|
|
)
|