We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f98858 + 4d4db42 commit 0f147fcCopy full SHA for 0f147fc
setup.py
@@ -10,7 +10,7 @@
10
if sys.version_info < (3,6):
11
sys.exit('Sorry, Python < 3.6 is not supported')
12
13
-VERSION = "2.7.4"
+VERSION = "2.7.5"
14
15
with open('README.rst', 'r') as f:
16
long_description = f.read()
@@ -24,7 +24,7 @@
24
description="A python package for Sinric Pro",
25
long_description=long_description,
26
url="https://github.com/sinricpro/python-sdk",
27
- packages=['sinric'],
+ packages=['sinric', "sinric.helpers"],
28
install_requires=["websockets==10.1","loguru"],
29
keywords=['sinric', 'sinric-pro'],
30
classifiers=[
0 commit comments