Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
SignalR packaging
  • Loading branch information
lmazuel committed Sep 4, 2018
commit e0a17d6fc4283f0541a0cf0313fb5158e4765365
4 changes: 2 additions & 2 deletions azure-mgmt-signalr/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is the Microsoft Azure SignalR 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 Expand Up @@ -37,7 +37,7 @@ Usage
=====

For code examples, see `SignalR
<https://docs.microsoft.com/python/azure/>`__
<https://docs.microsoft.com/python/api/overview/azure/>`__
on docs.microsoft.com.


Expand Down
6 changes: 6 additions & 0 deletions azure-mgmt-signalr/sdk_packaging.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[packaging]
package_name = "azure-mgmt-signalr"
package_pprint_name = "SignalR"
package_doc_id = ""
is_stable = false
is_arm = true
4 changes: 3 additions & 1 deletion azure-mgmt-signalr/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@
'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=[
'msrestazure>=0.4.27,<2.0.0',
'msrest>=0.5.0',
'msrestazure>=0.4.32,<2.0.0',
'azure-common~=1.1',
],
cmdclass=cmdclass
Expand Down