Skip to content

Commit e91954e

Browse files
Correctly invoke hwc --list
1 parent bc519e3 commit e91954e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def readme():
2222
include_package_data=True,
2323
entry_points={
2424
"console_scripts": [
25-
"hwcomponents=hwcomponents.hwcomponents:main",
26-
"hwc=hwcomponents.hwcomponents:main",
25+
"hwcomponents=hwcomponents.hwcomponents:_main",
26+
"hwc=hwcomponents.hwcomponents_:main",
2727
],
2828
},
2929
zip_safe=True,

0 commit comments

Comments
 (0)