Skip to content

Commit 0f147fc

Browse files
authoredAug 22, 2024
Merge pull request #69 from sinricpro/2.7.4
fix: sinric.helpers bug
2 parents 7f98858 + 4d4db42 commit 0f147fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if sys.version_info < (3,6):
1111
sys.exit('Sorry, Python < 3.6 is not supported')
1212

13-
VERSION = "2.7.4"
13+
VERSION = "2.7.5"
1414

1515
with open('README.rst', 'r') as f:
1616
long_description = f.read()
@@ -24,7 +24,7 @@
2424
description="A python package for Sinric Pro",
2525
long_description=long_description,
2626
url="https://github.com/sinricpro/python-sdk",
27-
packages=['sinric'],
27+
packages=['sinric', "sinric.helpers"],
2828
install_requires=["websockets==10.1","loguru"],
2929
keywords=['sinric', 'sinric-pro'],
3030
classifiers=[

0 commit comments

Comments
 (0)