MCPcopy Index your code
hub / github.com/ray-project/ray / get_packages

Method get_packages

python/setup.py:102–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100 self.extras: dict = {}
101
102 def get_packages(self):
103 if self.type == SetupType.RAY and self.build_type != BuildType.DEPS_ONLY:
104 return setuptools.find_packages(exclude=("tests", "*.tests", "*.tests.*"))
105 else:
106 return []
107
108
109build_type = os.getenv("RAY_DEBUG_BUILD")

Callers 1

setup.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected