diff --git a/pyproject.toml b/pyproject.toml index 273ea25e..fb54d2ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,9 @@ classifiers = [ 'Topic :: Scientific/Engineering :: Chemistry', ] +[project.scripts] +pdfgui = "diffpy.pdfgui.pdfgui:main" + [project.urls] Homepage = "https://github.com/diffpy/diffpy.pdfgui/" Issues = "https://github.com/diffpy/diffpy.pdfgui/issues/"