We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08ea3b commit 481ac22Copy full SHA for 481ac22
1 file changed
setup.py
@@ -28,7 +28,7 @@
28
entry_points={
29
# define console_scripts here, see setuptools docs for details.
30
'console_scripts': [
31
- 'stretched_nmf = diffpy.snmf.stretchednmfapp:main',
+ 'snmf = diffpy.snmf.stretchednmfapp:main',
32
],
33
},
34
test_suite='tests',
0 commit comments