From 18d5cc0c6d17eafeb36d40512e8967c4c1678c53 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Tue, 20 Aug 2024 17:34:23 -0400 Subject: [PATCH] adding app to the toml (#183) --- 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/"