From c9c0a2284251be1935678271b9b4ce0b14e911cd Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Tue, 20 Aug 2024 17:30:57 -0400 Subject: [PATCH] adding app to the toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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/"