ray/python/MANIFEST.in
Philipp Moritz d8ec5929b6
Exclude Bazel build files from Ray wheels (#25679)
Including the Bazel build files in the wheel leads to problems if the Ray wheels are brought in as a dependency from another bazel workspace, since that workspace will not recurse into the directories of the wheel that contain BUILD files -- this can lead to dropped files.

This only happens for macOS wheels, on linux wheels the BUILD files were already excluded.
2022-06-11 16:05:59 -07:00

5 lines
138 B
Text

include ray/autoscaler/ray-schema.json
include ray/py.typed
recursive-include ray *.pyi
global-exclude *BUILD
global-exclude *BUILD.bazel