Spaces:
Build error
Build error
# Copyright (c) Microsoft Corporation. All rights reserved. | |
# Licensed under the MIT License. | |
"""Bot Framework Application Insights integration package info.""" | |
import os | |
__title__ = "botbuilder-applicationinsights" | |
__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" | |