Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit ad60902

Browse files
committed
Update setup.py
1 parent bc56745 commit ad60902

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@
1313
"Operating System :: OS Independent",
1414
],
1515
install_requires=["click"],
16-
entry_points={"console_scripts": ["lu77U-SHA256 = Main:main"]},
16+
entry_points={
17+
"console_scripts": [
18+
"lu77U-SHA256 = lu77U_SHA256.Main:main"
19+
]
20+
}
1721
)

0 commit comments

Comments
 (0)