Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit f8b93a9

Browse files
authored
exporting teams from botbuilder schema (#520) (#521)
* exporting teams from botbuilder schema * black:exporting teams from botbuilder schema
1 parent 71fc00c commit f8b93a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)