From 176bac6dac03f8dc728fd9c7a0fbc96aedfed7d1 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Wed, 28 Jun 2017 15:22:19 -0700 Subject: 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. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3