Skip to content

Commit 9d82306

Browse files
committed
fix: corrected typo from kreload to tkreload
The build was successfully created and published to PyPI, but running the package resulted in a `ModuleNotFoundError` due to the typo (`kreload` instead of `tkreload`). This has now been fixed.
1 parent b31105a commit 9d82306

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
@@ -37,7 +37,7 @@ test = [
3737
]
3838

3939
[project.scripts]
40-
tkreload = "kreload.main:main"
40+
tkreload = "tkreload.main:main"
4141

4242
[tool.setuptools.packages.find]
4343
include = ["tkreload", "tkreload.*"]

0 commit comments

Comments
 (0)