Skip to content

Commit 2c2260f

Browse files
committed
fixed main location in pyproject.toml
1 parent 61fad67 commit 2c2260f

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
@@ -26,7 +26,7 @@ dynamic = ["dependencies", "version"]
2626
dependencies = {file = ["requirements.txt"]}
2727

2828
[project.scripts]
29-
comment_spell_check = "comment_spell_check:main"
29+
comment_spell_check = "comment_spell_check.comment_spell_check:main"
3030

3131
[tool.setuptools_scm]
3232
local_scheme = "dirty-tag"

0 commit comments

Comments
 (0)