Skip to content

Commit 557f059

Browse files
fix script entry point
1 parent 548d391 commit 557f059

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
@@ -44,7 +44,7 @@ classifiers = [
4444
]
4545

4646
[project.scripts]
47-
djls = "djls:main"
47+
djls = "djls:cli_entrypoint"
4848

4949
[tool.bumpver]
5050
commit = true

0 commit comments

Comments
 (0)