diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..999e442e0 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,6 @@ +include README.rst LICENSE +recursive-include gapic *.json *.proto +recursive-include gapic/templates *.j2 +recursive-include tests * +global-exclude *.py[co] +global-exclude __pycache__