Skip to content

Commit 481ac22

Browse files
committed
changed console command
terminal command changed from 'stretched_nmf' to 'snmf'
1 parent c08ea3b commit 481ac22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
entry_points={
2929
# define console_scripts here, see setuptools docs for details.
3030
'console_scripts': [
31-
'stretched_nmf = diffpy.snmf.stretchednmfapp:main',
31+
'snmf = diffpy.snmf.stretchednmfapp:main',
3232
],
3333
},
3434
test_suite='tests',

0 commit comments

Comments
 (0)