aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-06-28 15:22:19 -0700
committerGitHub <noreply@github.com>2017-06-28 15:22:19 -0700
commit176bac6dac03f8dc728fd9c7a0fbc96aedfed7d1 (patch)
treede0d7b0b47ae40b86d0be74f62581fc32af63af1 /Makefile.am
parent12acbc2678073c3439b427be0b713b97e2074bfb (diff)
downloadprotobuf-176bac6dac03f8dc728fd9c7a0fbc96aedfed7d1.tar.gz
protobuf-176bac6dac03f8dc728fd9c7a0fbc96aedfed7d1.tar.bz2
protobuf-176bac6dac03f8dc728fd9c7a0fbc96aedfed7d1.zip
Add scripts to build python wheel for linux. (#2693)
* Add scripts to build python wheel for linux. Followed PEP513. * Fix dist check for new added files. * Update README for usage example.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0142bed1..2798a7fa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -964,9 +964,14 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \
examples/list_people.py \
examples/list_people_test.go \
protobuf.bzl \
+ python/release/wheel/build_wheel_manylinux.sh \
+ python/release/wheel/Dockerfile \
+ python/release/wheel/protobuf_optimized_pip.sh \
+ python/release/wheel/README.md \
six.BUILD \
util/python/BUILD
+
# Deletes all the files generated by autogen.sh.
MAINTAINERCLEANFILES = \
aclocal.m4 \