From de563a63eb454a63e1934515870ffda26f78bb97 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Sat, 25 Oct 2025 02:36:09 -0400 Subject: [PATCH 1/2] chore: add INSTRUCTIONS.txt file so package can be properly released --- INSTRUCTIONS.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 INSTRUCTIONS.txt diff --git a/INSTRUCTIONS.txt b/INSTRUCTIONS.txt new file mode 100644 index 0000000..848f5d5 --- /dev/null +++ b/INSTRUCTIONS.txt @@ -0,0 +1,18 @@ +Distance Printer, calculate the inter atomic distances. Part of xPDFsuite. + +------------------------------------------------------------------------ +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 dcb2a4b377d8876c955705b5ac93cdd33f988801 Mon Sep 17 00:00:00 2001 From: Zhi Ming Xu Date: Sat, 25 Oct 2025 02:36:23 -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:** + +*