We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f659ec5 + 481ac22 commit 712a6fdCopy full SHA for 712a6fd
1 file changed
setup.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python
2
3
-# Installation script for diffpy.pdfmorph
+# Installation script for diffpy.snmf
4
5
"""diffpy.snmf - a package implementing the stretched NMF algorithm.
6
@@ -28,7 +28,7 @@
28
entry_points={
29
# define console_scripts here, see setuptools docs for details.
30
'console_scripts': [
31
- 'pdfmorph = diffpy.pdfmorph.pdfmorphapp:main',
+ 'snmf = diffpy.snmf.stretchednmfapp:main',
32
],
33
},
34
test_suite='tests',
0 commit comments