Skip to content

Commit

Permalink
added moshi-* scripts/entrypoints to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 19, 2024
1 parent b866888 commit cdc80c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions moshi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ dev = [
"flake8",
"pre-commit",
]

[project.scripts]
moshi-server = "moshi.server:main"
moshi-client = "moshi.client:main"
4 changes: 4 additions & 0 deletions moshi_mlx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ dev = [
"flake8",
"pre-commit",
]

[project.scripts]
moshi-server-mlx = "moshi_mlx.local_web:main"
moshi-local = "moshi_mlx.local:main"

0 comments on commit cdc80c3

Please sign in to comment.