Skip to content

Commit a6e2035

Browse files
committed
fix: add console script entry point
1 parent 382b1dd commit a6e2035

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ dependencies = [
3030
"huggingface-hub~=1.11",
3131
]
3232

33+
[project.scripts]
34+
caul = "caul.__main__:main"
35+
3336
[project.optional-dependencies]
3437
preprocessing = [
3538
"torchcodec>=0.10.0,<0.12", # pulls in torch automatically so we've made it optional for a base install

0 commit comments

Comments
 (0)