Skip to content

Commit 2d48c97

Browse files
committed
add a scriptlet to put cuopt_grpc_server on the default path
1 parent 24fdb60 commit 2d48c97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/cuopt_server/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ test = [
5252
"requests",
5353
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
5454

55+
[project.scripts]
56+
cuopt_grpc_server = "cuopt_server._grpc_server_wrapper:main"
57+
5558
[project.urls]
5659
Homepage = "https://docs.nvidia.com/cuopt/introduction.html"
5760
Source = "https://github.com/nvidia/cuopt"

0 commit comments

Comments
 (0)