Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdk/compute/azure-mgmt-avs/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/mgmt/__init__.py
include LICENSE
include azure/mgmt/avs/py.typed
4 changes: 4 additions & 0 deletions sdk/compute/azure-mgmt-avs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
'azure',
'azure.mgmt',
]),
include_package_data=True,
package_data={
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'azure-common~=1.1',
Expand Down
1 change: 1 addition & 0 deletions sdk/compute/azure-mgmt-imagebuilder/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/mgmt/__init__.py
include LICENSE
include azure/mgmt/imagebuilder/py.typed
4 changes: 4 additions & 0 deletions sdk/compute/azure-mgmt-imagebuilder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
'azure',
'azure.mgmt',
]),
include_package_data=True,
package_data={
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'azure-common~=1.1',
Expand Down
1 change: 1 addition & 0 deletions sdk/compute/azure-mgmt-vmwarecloudsimple/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/mgmt/__init__.py
include LICENSE
include azure/mgmt/vmwarecloudsimple/py.typed
4 changes: 4 additions & 0 deletions sdk/compute/azure-mgmt-vmwarecloudsimple/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
'azure',
'azure.mgmt',
]),
include_package_data=True,
package_data={
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'azure-common~=1.1',
Expand Down