Generate zip distribution for pyhthon
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/bce94c4e Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/bce94c4e Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/bce94c4e Branch: refs/heads/release-0.6.0 Commit: bce94c4e06bf2ee2428e7b6fa71d0d9144b7ee61 Parents: ef47c9f Author: Ahmet Altay <[email protected]> Authored: Fri Mar 10 16:40:34 2017 -0800 Committer: Ahmet Altay <[email protected]> Committed: Fri Mar 10 17:16:09 2017 -0800 ---------------------------------------------------------------------- sdks/python/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/bce94c4e/sdks/python/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/python/pom.xml b/sdks/python/pom.xml index 98b7fa3..2fcbaad 100644 --- a/sdks/python/pom.xml +++ b/sdks/python/pom.xml @@ -136,6 +136,8 @@ <argument>sdist</argument> <argument>--dist-dir</argument> <argument>${project.build.directory}</argument> + <argument>--formats</argument> + <argument>zip,gztar</argument> </arguments> <environmentVariables> <PYTHONUSERBASE>${python.user.base}</PYTHONUSERBASE>
