mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
fix imports in reqs module
This commit is contained in:
parent
5daa4942e8
commit
acc22356c8
@ -1,4 +1,4 @@
|
|||||||
import baseclient
|
from . import baseclient
|
||||||
|
|
||||||
"""
|
"""
|
||||||
A class to interact with obs-websocket requests
|
A class to interact with obs-websocket requests
|
||||||
|
3
setup.py
3
setup.py
@ -35,6 +35,5 @@ setup(name=PACKAGE_NAME,
|
|||||||
url=URL,
|
url=URL,
|
||||||
install_requires=INSTALL_REQUIRES,
|
install_requires=INSTALL_REQUIRES,
|
||||||
python_requires=PYTHON_REQUIRES,
|
python_requires=PYTHON_REQUIRES,
|
||||||
py_modules = ['baseclient', 'reqs'],
|
packages=find_packages()
|
||||||
packages=['obsstudio_sdk']
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user