Skip to content

Commit d6c0fec

Browse files
committed
Moving cli.py into the right module
1 parent 1f0a3d7 commit d6c0fec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"Bug Tracker" = "https://github.com/bentoml/CLIP-API-service/issues"
4848

4949
[project.scripts]
50-
clip-api-service = "cli:app"
50+
clip-api-service = "clip_api_service.cli:app"
5151

5252
[tool.pdm.dev-dependencies]
5353
test = [
File renamed without changes.

0 commit comments

Comments
 (0)