Repository: incubator-beam Updated Branches: refs/heads/python-sdk 52c0d893e -> 2b9d81fcc
Added cy_combiners.py to the list of Cythonized Python SDK files. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/cd0178b1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/cd0178b1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/cd0178b1 Branch: refs/heads/python-sdk Commit: cd0178b1a2918a15005bdd485b0a554b1e3e6378 Parents: 52c0d89 Author: Marian Dvorsky <[email protected]> Authored: Wed Jul 13 17:16:58 2016 -0700 Committer: Robert Bradshaw <[email protected]> Committed: Thu Jul 14 10:19:05 2016 -0700 ---------------------------------------------------------------------- sdks/python/setup.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/cd0178b1/sdks/python/setup.py ---------------------------------------------------------------------- diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 789d976..2287b8e 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -75,6 +75,7 @@ setuptools.setup( '**/*.pyx', 'apache_beam/coders/coder_impl.py', 'apache_beam/runners/common.py', + 'apache_beam/transforms/cy_combiners.py', 'apache_beam/utils/counters.py', ]), install_requires=REQUIRED_PACKAGES,
