You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# get version from __version__ variable in frappe_msg91_integration/__init__.py
from frappe_msg91_integration import __version__ as version
setup(
name="frappe_msg91_integration",
version=version,
description="This app provides integration with the MSG91 SMS gateway for Frappe Framework. It allows you to configure and use MSG91 for sending SMS messages and handling OTP functionality, overriding the default SMS settings.",