We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73332d commit a90401aCopy full SHA for a90401a
pyproject.toml
@@ -31,6 +31,9 @@ classifiers = [
31
'Topic :: Scientific/Engineering :: Physics',
32
]
33
34
+[project.scripts]
35
+pdfmorph = "diffpy.pdfmorph.pdfmorphapp:main"
36
+
37
[project.urls]
38
Homepage = "https://github.com/diffpy/diffpy.pdfmorph/"
39
Issues = "https://github.com/diffpy/diffpy.pdfmorph/issues"
0 commit comments