Skip to content

Commit

Permalink
Packaging update of azure-mgmt-compute
Browse files Browse the repository at this point in the history
  • Loading branch information
azuresdkci authored and lmazuel committed Sep 10, 2018
1 parent 25189d5 commit 741afa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-mgmt-compute/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is the Microsoft Azure Compute Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.

For the older Azure Service Management (ASM) libraries, see
`azure-servicemanagement-legacy <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__ library.
Expand Down
5 changes: 3 additions & 2 deletions azure-mgmt-compute/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,15 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License',
],
zip_safe=False,
packages=find_packages(exclude=["tests"]),
install_requires=[
'msrest>=0.5.0',
'msrestazure>=0.4.27,<2.0.0',
'azure-common~=1.1,>=1.1.9',
'msrestazure>=0.4.32,<2.0.0',
'azure-common~=1.1',
],
cmdclass=cmdclass
)

0 comments on commit 741afa5

Please # to comment.