From c49f518e786cd926170fe1177b8a285cc005f267 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Sat, 8 Aug 2026 16:39:02 -0600 Subject: [PATCH 1/2] fix entrypoint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9eefbca9..5b6bee4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default) namespaces = false # to disable scanning PEP 420 namespaces (true by default) [project.scripts] -diffpy-srfit = "diffpy.srfit.app:main" +diffpy-srfit = "diffpy.srfit.srfit_app:main" [tool.setuptools.dynamic] dependencies = {file = ["requirements/pip.txt"]} From d9b7ff3434cc3e05d9315548f93a18c92132509d Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Sat, 8 Aug 2026 16:39:28 -0600 Subject: [PATCH 2/2] news --- news/app-fix.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/app-fix.rst diff --git a/news/app-fix.rst b/news/app-fix.rst new file mode 100644 index 00000000..4c031029 --- /dev/null +++ b/news/app-fix.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news needed: fix entrypoint. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*