Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

import os

__title__ = 'botbuilder-applicationinsights'
__version__ = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1"
__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'
# 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.4.0b1"
__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'

This file was deleted.

Loading