Skip to content

Commit 688e0ac

Browse files
Make pycasa the name of the executable so it's the same in the next steps.
1 parent 1b1aed7 commit 688e0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage4.0_first_application/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
entry_points={
2323
'console_scripts': [
24-
'app-runner = {}.app.main:main'.format(PKG_NAME),
24+
'pycasa = {}.app.main:main'.format(PKG_NAME),
2525
],
2626
},
2727
)

0 commit comments

Comments
 (0)