Skip to content

Commit 6ca37b5

Browse files
committed
This time with the fix for #287
1 parent f798145 commit 6ca37b5

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
@@ -109,7 +109,7 @@ exclude = ['docs*', 'tests*']
109109
include-package-data = true
110110

111111
[project.scripts]
112-
progressbar = 'progressbar.cli:main'
112+
progressbar = 'progressbar.__main__:main'
113113

114114
[project.optional-dependencies]
115115
docs = ['sphinx>=1.8.5', 'sphinx-autodoc-typehints>=1.6.0']

0 commit comments

Comments
 (0)