Skip to content

Commit

Permalink
Event grid v2 (#13051)
Browse files Browse the repository at this point in the history
* other fixes

* auto update
  • Loading branch information
Rakshith Bhyravabhotla authored Aug 11, 2020
1 parent a308d85 commit 23afffe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions sdk/eventgrid/azure-eventgrid/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
recursive-include tests *.py *.yaml
recursive-include samples *.py
include *.md
include azure/__init__.py

3 changes: 2 additions & 1 deletion sdk/eventgrid/azure-eventgrid/sdk_packaging.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[packaging]
auto_update = false
package_name = "azure-eventgrid"
package_pprint_name = "Event Grid"
package_doc_id = "event-grid"
is_stable = true
is_stable = false
is_arm = false
6 changes: 3 additions & 3 deletions sdk/eventgrid/azure-eventgrid/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
author_email='azpysdkhelp@microsoft.com',
url='https://github.com/Azure/azure-sdk-for-python',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Development Status :: 4 - Beta',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
Expand All @@ -75,13 +75,13 @@
zip_safe=False,
packages=find_packages(exclude=[
'tests',
'samples',
# Exclude packages that will be covered by PEP420 or nspkg
'azure',
]),
install_requires=[
'msrest>=0.5.0',
'msrestazure>=0.4.32,<2.0.0',
'azure-common~=1.1',
'azure-core<2.0.0,>=1.7.0',
],
extras_require={
":python_version<'3.0'": ['azure-nspkg'],
Expand Down

0 comments on commit 23afffe

Please sign in to comment.