Add README to python tarball. And, delete test created files, to avoid them being included in the tarball.
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2b92b0d8 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2b92b0d8 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/2b92b0d8 Branch: refs/heads/release-0.6.0 Commit: 2b92b0d851bcc5aedcc40ebf02ad4f39f3d67514 Parents: 8652215 Author: Ahmet Altay <[email protected]> Authored: Fri Mar 10 13:42:17 2017 -0800 Committer: Ahmet Altay <[email protected]> Committed: Fri Mar 10 17:15:03 2017 -0800 ---------------------------------------------------------------------- sdks/python/MANIFEST.in | 2 ++ sdks/python/tox.ini | 2 ++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/2b92b0d8/sdks/python/MANIFEST.in ---------------------------------------------------------------------- diff --git a/sdks/python/MANIFEST.in b/sdks/python/MANIFEST.in index baa2fda..57f684e 100644 --- a/sdks/python/MANIFEST.in +++ b/sdks/python/MANIFEST.in @@ -17,3 +17,5 @@ # This file is used from Python to sync versions include pom.xml + +include README.md http://git-wip-us.apache.org/repos/asf/beam/blob/2b92b0d8/sdks/python/tox.ini ---------------------------------------------------------------------- diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index 8d8acfa..807fe3f 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -54,6 +54,8 @@ commands = # Clean up all cython generated files. find apache_beam -type f -name '*.c' -delete find apache_beam -type f -name '*.so' -delete + find target/build -type f -name '*.c' -delete + find target/build -type f -name '*.so' -delete passenv = TRAVIS* [testenv:py27gcp]
