aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2011-03-01 22:53:21 -0800
committerJoe Gregorio <jcgregorio@google.com>2011-03-01 22:53:21 -0800
commit6429bf6681f9025896219fb12403022cb319a35e (patch)
tree5d258c52840bef6cd11c34f0d3a5befce838803f /MANIFEST.in
parent1ae3e74c088a36be09e4079be48146e231a12985 (diff)
downloadgoogle-api-python-client-6429bf6681f9025896219fb12403022cb319a35e.tar.gz
Adds make targets 'release' and 'prerelease' which build release
source packages, register them, etc.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 000000000..74ab314d4
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,8 @@
+recursive-include tests *.py *.json
+recursive-include apiclient *.json
+recursive-include docs *.html
+recursive-include samples *.py *.png *.html *.yaml *.json
+include runtests.py
+include setpath.sh
+include setup_utils.py
+