Skip to content

Commit 712a6fd

Browse files
authored
Merge pull request #39 from aajayi-21/setup
setup.py
2 parents f659ec5 + 481ac22 commit 712a6fd

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+
'snmf = diffpy.snmf.stretchednmfapp:main',
3232
],
3333
},
3434
test_suite='tests',

0 commit comments

Comments
 (0)