Skip to content

Commit 63066ae

Browse files
authored
Merge pull request microsoft#58 from Microsoft/stevengum97/bf-connector-fix
add botframework.connector.async_mixin to setup.py
2 parents 10a7172 + 4a930d0 commit 63066ae

File tree

1 file changed

+6
-1
lines changed
  • libraries/botframework-connector

1 file changed

+6
-1
lines changed

libraries/botframework-connector/setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@
2020
url="https://www.github.com/Microsoft/botbuilder-python",
2121
keywords=["BotFrameworkConnector", "bots","ai", "botframework", "botbuilder"],
2222
install_requires=REQUIRES,
23-
packages=["botframework.connector", "botframework.connector.auth", "botframework.connector.operations", "botframework.connector.models"],
23+
packages=["botframework.connector",
24+
"botframework.connector.auth",
25+
"botframework.connector.async_mixin",
26+
"botframework.connector.operations",
27+
"botframework.connector.models"
28+
],
2429
include_package_data=True,
2530
long_description="Microsoft Bot Framework Bot Builder SDK for Python.",
2631
license='MIT',

0 commit comments

Comments
 (0)