You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of binary executable filename is Kebab Case, but currently is not support in setuptools-rust.
It seems that script name is shared with python module name from the codebase and python module name is not support Kebab Case.
For example, the origin rust_extension is persia-embedding-parameter-server will rename to persia_embedding_parameter_server.And we want to keep the original binary name but failed.
Is there any solution to fix this problem or can i propose a PR try to support Kebab Case?
The text was updated successfully, but these errors were encountered:
Most of binary executable filename is
Kebab Case
, but currently is not support insetuptools-rust
.It seems that script name is shared with python module name from the codebase and python module name is not support
Kebab Case
.For example, the origin rust_extension is
persia-embedding-parameter-server
will rename topersia_embedding_parameter_server
.And we want to keep the original binary name but failed.Is there any solution to fix this problem or can i propose a PR try to support
Kebab Case
?The text was updated successfully, but these errors were encountered: