Skip to content

Commit 3542477

Browse files
committed
Fix pipx support. #245
1 parent e8c732a commit 3542477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ maintainers = [
4444
]
4545

4646
[project.scripts]
47-
codicefiscale = "codicefiscale.main:main"
47+
codicefiscale = "codicefiscale.__main__:main"
4848

4949
[project.readme]
5050
file = "README.md"

0 commit comments

Comments
 (0)