We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb2f66 commit 63513efCopy full SHA for 63513ef
sdk/eventgrid/azure-eventgrid/MANIFEST.in
@@ -1,5 +1,4 @@
1
recursive-include tests *.py *.yaml
2
-recursive-include samples *.py
3
include *.md
4
include azure/__init__.py
5
sdk/eventgrid/azure-eventgrid/setup.py
@@ -75,7 +75,6 @@
75
zip_safe=False,
76
packages=find_packages(exclude=[
77
'tests',
78
- 'samples',
79
# Exclude packages that will be covered by PEP420 or nspkg
80
'azure',
81
]),
0 commit comments