Skip to content

Commit

Permalink
[Maps] Add 'include_package_data' field to setup (#26936)
Browse files Browse the repository at this point in the history
A recent fix to the py.typed verification script that
is called in the CI now fails if the field 'include_package_data' does
not exist or does not equal 'True' in a package's setup.py.

This adds this file to recently onboarded packages that did not have
this.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
  • Loading branch information
pvaneck authored Oct 21, 2022
1 parent f0f091c commit 764acf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/maps/azure-maps-render/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
'azure',
'azure.maps',
]),
include_package_data=True,
install_requires=[
'msrest>=0.6.21',
'azure-common~=1.1',
Expand Down
1 change: 1 addition & 0 deletions sdk/maps/azure-maps-route/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
'azure',
'azure.maps',
]),
include_package_data=True,
install_requires=[
'msrest>=0.6.21',
'azure-common~=1.1',
Expand Down

0 comments on commit 764acf5

Please sign in to comment.