From e0eaa320770135998c2fc03c04d3fc975cb28ed0 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Sat, 25 Oct 2025 02:26:15 -0400 Subject: [PATCH 1/2] chore: add INSTRUCTIONS.txt file so package can be properly released --- INSTRUCTIONS.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 INSTRUCTIONS.txt diff --git a/INSTRUCTIONS.txt b/INSTRUCTIONS.txt new file mode 100644 index 0000000..ce7edad --- /dev/null +++ b/INSTRUCTIONS.txt @@ -0,0 +1,19 @@ +xPDFsuite, a software for PDF transformation and visualization. +GUI for diffpy.srxplanar + +------------------------------------------------------------------------ +1. License Notice + +Use of this software is permitted only under a separate, written +Use License granted by Columbia University. If you are unsure about +your license status, contact Prof. Simon Billinge at sb2896@columbia.edu +before installing. + +Use without a valid license is prohibited. +------------------------------------------------------------------------ +2. Installation + +This package is not designed to be installed standalone and is usually +installed as part of the xpdfsuite package. Please refer to the +INSTRUCTIONS.txt file and any other installation directions in the +diffpy.xpdfsuite software. From f09bc71ab2c11e38e1773c22067ae8f4f4d09eb7 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Sat, 25 Oct 2025 02:26:59 -0400 Subject: [PATCH 2/2] chore: add news file --- news/add-instructions.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/add-instructions.rst diff --git a/news/add-instructions.rst b/news/add-instructions.rst new file mode 100644 index 0000000..55638a1 --- /dev/null +++ b/news/add-instructions.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Trivial change to pass workflow scripts + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*