Skip to content

Commit b3b429e

Browse files
add entry point
1 parent 0c04621 commit b3b429e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@
1919
"License :: OSI Approved :: MIT License",
2020
"Operating System :: OS Independent",
2121
],
22+
entry_points={
23+
'console_scripts': [
24+
'hsc=hsc.__main__:main',
25+
],
26+
},
2227
install_requires=['progress', 'requests', 'configargparse']
2328
)

0 commit comments

Comments
 (0)