Skip to content

Commit 67eb4c0

Browse files
committed
Update threads-cli entry point in project.scripts
- Change the entry point configuration from "threads_cli.cli:main" to "main:main"
1 parent ac86383 commit 67eb4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ dependencies = [
2020
]
2121

2222
[project.scripts]
23-
threads-cli = "threads_cli.cli:main"
23+
threads-cli = "main:main"

0 commit comments

Comments
 (0)