Skip to content

Commit

Permalink
add py.typed to manifest and setup.py for translation (Azure#18453)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico authored Apr 30, 2021
1 parent e0c8cab commit 2cae721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/translation/azure-ai-translation-document/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include *.md
include azure/__init__.py
include azure/ai/__init__.py
include azure/ai/translation/__init__.py
include azure/ai/translation/document/py.typed
1 change: 1 addition & 0 deletions sdk/translation/azure-ai-translation-document/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
setup(
name=PACKAGE_NAME,
version=version,
include_package_data=True,
description='Microsoft Azure {} Client Library for Python'.format(PACKAGE_PPRINT_NAME),
long_description=readme + '\n\n' + changelog,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2cae721

Please sign in to comment.