We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da433c1 commit 88bd601Copy full SHA for 88bd601
sdk/eventgrid/azure-eventgrid/MANIFEST.in
@@ -1,4 +1,5 @@
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,6 +75,7 @@
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