From 332d9f838a103435ebd27e38649cbb5745262427 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Sat, 15 Nov 2025 09:53:20 -0500 Subject: [PATCH 1/2] fix: rename script to srxplanar. update docs --- README.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ab250a9..9bf0bae 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ and run the following :: This package also provides command-line utilities. To check the software has been installed correctly, type :: - diffpy-srxplanar --version + srxplanar --version You can also type the following command to verify the installation. :: @@ -106,7 +106,7 @@ You can also type the following command to verify the installation. :: To view the basic usage and available commands, type :: - diffpy-srxplanar -h + srxplanar -h Getting Started --------------- diff --git a/pyproject.toml b/pyproject.toml index 759efc0..6524dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,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-srxplanar = "diffpy.srxplanar.srxplanar_app:main" +srxplanar = "diffpy.srxplanar.srxplanar_app:main" [tool.setuptools.dynamic] dependencies = {file = ["requirements/pip.txt"]} From a46662479d042a2b0f4b6c76615f2cfbab00f1a0 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Sat, 15 Nov 2025 10:25:55 -0500 Subject: [PATCH 2/2] news --- news/scriptname.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/scriptname.rst diff --git a/news/scriptname.rst b/news/scriptname.rst new file mode 100644 index 0000000..481d7ae --- /dev/null +++ b/news/scriptname.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: no users yet + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*