Skip to content

Commit c08ea3b

Browse files
committed
changed setup.py for this package
1 parent 6f6bda8 commit c08ea3b

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
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Installation script for diffpy.pdfmorph
3+
# Installation script for diffpy.snmf
44

55
"""diffpy.snmf - a package implementing the stretched NMF algorithm.
66
@@ -28,7 +28,7 @@
2828
entry_points={
2929
# define console_scripts here, see setuptools docs for details.
3030
'console_scripts': [
31-
'pdfmorph = diffpy.pdfmorph.pdfmorphapp:main',
31+
'stretched_nmf = diffpy.snmf.stretchednmfapp:main',
3232
],
3333
},
3434
test_suite='tests',

0 commit comments

Comments
 (0)