Skip to content

Commit b7d4c32

Browse files
committed
Correct scripts definition in pyproject.toml
1 parent 00c9eed commit b7d4c32

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
@@ -30,7 +30,7 @@ pyinstaller = "^5.6"
3030
isort = "^5.10.1"
3131
types-requests = "^2.26.1"
3232

33-
[tool.flit.scripts]
33+
[tool.poetry.scripts]
3434
snooty = "snooty.main:main"
3535

3636
[tool.isort]

0 commit comments

Comments
 (0)