8000 exporting teams from botbuilder schema (#520) · mmtrucefacts/botbuilder-python@1d5ffe3 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 1d5ffe3

Browse files
authored
exporting teams from botbuilder schema (microsoft#520)
* exporting teams from botbuilder schema * black:exporting teams from botbuilder schema
1 parent 8cd6084 commit 1d5ffe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-schema/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
long_description_content_type="text/x-rst",
2525
license="MIT",
2626
install_requires=REQUIRES,
27-
packages=["botbuilder.schema"],
27+
packages=["botbuilder.schema", "botbuilder.schema.teams",],
2828
include_package_data=True,
2929
classifiers=[
3030
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)
0