Repository: beam
Updated Branches:
  refs/heads/master 2b470eaa3 -> 3f419dbb7


Only cythonize files within apache_beam


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/385cd5d5
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/385cd5d5
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/385cd5d5

Branch: refs/heads/master
Commit: 385cd5d52fb74025ce3532961340fb72b9ca2b53
Parents: 2b470ea
Author: Sourabh Bajaj <sourabhba...@google.com>
Authored: Sun May 7 18:08:49 2017 -0700
Committer: Robert Bradshaw <rober...@gmail.com>
Committed: Mon May 8 09:50:30 2017 -0700

----------------------------------------------------------------------
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/385cd5d5/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index f527362..681abbf 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -124,7 +124,7 @@ setuptools.setup(
     package_data={'apache_beam': [
         '*/*.pyx', '*/*/*.pyx', '*/*.pxd', '*/*/*.pxd', 'tests/data/*']},
     ext_modules=cythonize([
-        '**/*.pyx',
+        'apache_beam/**/*.pyx',
         'apache_beam/coders/coder_impl.py',
         'apache_beam/metrics/execution.py',
         'apache_beam/runners/common.py',

Reply via email to