aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorBu Sun Kim <8822365+busunkim96@users.noreply.github.com>2020-02-19 17:58:47 -0800
committerGitHub <noreply@github.com>2020-02-20 01:58:47 +0000
commite72202efcad6bce18ef252e57d35e97d622ab5e0 (patch)
treeb50a430fb69280d279e6ceef06f98d876a098002 /MANIFEST.in
parent2b103b60ece16a1e1bc98cfda7ec375191a90f75 (diff)
downloadpython-api-core-e72202efcad6bce18ef252e57d35e97d622ab5e0.tar.gz
chore: add split repo templates (#2)
* chore: add split repo templates * chore: remove blacken
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1fbc0d0..cd011be 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,6 @@
+# Generated by synthtool. DO NOT EDIT!
include README.rst LICENSE
+recursive-include google *.json *.proto
recursive-include tests *
-global-exclude *.pyc __pycache__
+global-exclude *.py[co]
+global-exclude __pycache__