Skip to content

Commit

Permalink
package name to ant-ray
Browse files Browse the repository at this point in the history
Signed-off-by: NKcqx <[email protected]>
  • Loading branch information
NKcqx committed Dec 23, 2024
1 parent ddcf3ef commit 1cd4efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ def get_packages(self):
# "ray-cpp" wheel package.
setup_spec = SetupSpec(
SetupType.RAY_CPP,
"ray-cpp",
"ant-ray-cpp",
"A subpackage of Ray which provides the Ray C++ API.",
BUILD_TYPE,
)
else:
# "ray" primary wheel package.
setup_spec = SetupSpec(
SetupType.RAY,
"ray",
"ant-ray",
"Ray provides a simple, "
"universal API for building distributed applications.",
BUILD_TYPE,
Expand Down

0 comments on commit 1cd4efa

Please sign in to comment.