Spaces:
Build error
Build error
Validify-testbot-1
/
botbuilder-python
/libraries
/botbuilder-dialogs
/botbuilder
/dialogs
/about.py
# Copyright (c) Microsoft Corporation. All rights reserved. | |
# Licensed under the MIT License. | |
import os | |
__title__ = "botbuilder-dialogs" | |
__version__ = ( | |
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0" | |
) | |
__uri__ = "https://www.github.com/Microsoft/botbuilder-python" | |
__author__ = "Microsoft" | |
__description__ = "Microsoft Bot Framework Bot Builder" | |
__summary__ = "Microsoft Bot Framework Bot Builder SDK for Python." | |
__license__ = "MIT" | |