From 4d4db42691f5c78a4d5b0be1baf655564b69916d Mon Sep 17 00:00:00 2001 From: Aruna Tennakoon Date: Thu, 22 Aug 2024 23:45:56 +0700 Subject: [PATCH] fix: sinric.helpers bug --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 818abba..ad5fa05 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ if sys.version_info < (3,6): sys.exit('Sorry, Python < 3.6 is not supported') -VERSION = "2.7.4" +VERSION = "2.7.5" with open('README.rst', 'r') as f: long_description = f.read() @@ -24,7 +24,7 @@ description="A python package for Sinric Pro", long_description=long_description, url="https://github.com/sinricpro/python-sdk", - packages=['sinric'], + packages=['sinric', "sinric.helpers"], install_requires=["websockets==10.1","loguru"], keywords=['sinric', 'sinric-pro'], classifiers=[