Skip to content

Commit 04a61c4

Browse files
Rakshith Bhyravabhotlarakshith91
authored andcommitted
Event grid v2 (Azure#13051)
* other fixes * auto update
1 parent 5303288 commit 04a61c4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
recursive-include tests *.py *.yaml
2+
recursive-include samples *.py
23
include *.md
34
include azure/__init__.py
45

sdk/eventgrid/azure-eventgrid/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
author_email='azpysdkhelp@microsoft.com',
6262
url='https://github.com/Azure/azure-sdk-for-python',
6363
classifiers=[
64-
'Development Status :: 5 - Production/Stable',
64+
'Development Status :: 4 - Beta',
6565
'Programming Language :: Python',
6666
'Programming Language :: Python :: 2',
6767
'Programming Language :: Python :: 2.7',
@@ -75,13 +75,13 @@
7575
zip_safe=False,
7676
packages=find_packages(exclude=[
7777
'tests',
78+
'samples',
7879
# Exclude packages that will be covered by PEP420 or nspkg
7980
'azure',
8081
]),
8182
install_requires=[
8283
'msrest>=0.5.0',
83-
'msrestazure>=0.4.32,<2.0.0',
84-
'azure-common~=1.1',
84+
'azure-core<2.0.0,>=1.7.0',
8585
],
8686
extras_require={
8787
":python_version<'3.0'": ['azure-nspkg'],

0 commit comments

Comments
 (0)