File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
sdk/eventgrid/azure-eventgrid Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
recursive-include tests *.py *.yaml
2
+ recursive-include samples *.py
2
3
include *.md
3
4
include azure/__init__.py
4
5
Original file line number Diff line number Diff line change 61
61
author_email = 'azpysdkhelp@microsoft.com' ,
62
62
url = 'https://github.com/Azure/azure-sdk-for-python' ,
63
63
classifiers = [
64
- 'Development Status :: 5 - Production/Stable ' ,
64
+ 'Development Status :: 4 - Beta ' ,
65
65
'Programming Language :: Python' ,
66
66
'Programming Language :: Python :: 2' ,
67
67
'Programming Language :: Python :: 2.7' ,
75
75
zip_safe = False ,
76
76
packages = find_packages (exclude = [
77
77
'tests' ,
78
+ 'samples' ,
78
79
# Exclude packages that will be covered by PEP420 or nspkg
79
80
'azure' ,
80
81
]),
81
82
install_requires = [
82
83
'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' ,
85
85
],
86
86
extras_require = {
87
87
":python_version<'3.0'" : ['azure-nspkg' ],
You can’t perform that action at this time.
0 commit comments