Skip to content

Commit

Permalink
Packaging update of azure-loganalytics
Browse files Browse the repository at this point in the history
  • Loading branch information
AutorestCI committed Aug 30, 2019
1 parent c126bea commit 40c7f03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
3 changes: 2 additions & 1 deletion sdk/loganalytics/azure-loganalytics/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
recursive-include tests *.py *.yaml
include *.rst
include azure/__init__.py

include azure/__init__.py
21 changes: 1 addition & 20 deletions sdk/loganalytics/azure-loganalytics/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,11 @@ Microsoft Azure SDK for Python

This is the Microsoft Azure Log Analytics Client Library.

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

For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.


Compatibility
=============

**IMPORTANT**: If you have an earlier version of the azure package
(version < 1.0), you should uninstall it before installing this package.

You can check the version using pip:

.. code:: shell
pip freeze
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:

.. code:: shell
pip uninstall azure
Usage
=====

Expand Down
3 changes: 2 additions & 1 deletion sdk/loganalytics/azure-loganalytics/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
version=version,
description='Microsoft Azure {} Client Library for Python'.format(PACKAGE_PPRINT_NAME),
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
license='MIT License',
author='Microsoft Corporation',
author_email='azpysdkhelp@microsoft.com',
Expand All @@ -63,7 +64,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand All @@ -77,6 +77,7 @@
]),
install_requires=[
'msrest>=0.5.0',
'msrestazure>=0.4.32,<2.0.0',
'azure-common~=1.1',
],
extras_require={
Expand Down

0 comments on commit 40c7f03

Please sign in to comment.