From a9df833c73439b2fc3b270ce25960a1ba1060734 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Fri, 24 Oct 2025 12:09:26 -0400 Subject: [PATCH 1/3] chore: add cookiecutter.json file --- cookiecutter.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cookiecutter.json diff --git a/cookiecutter.json b/cookiecutter.json new file mode 100644 index 0000000..d354ae1 --- /dev/null +++ b/cookiecutter.json @@ -0,0 +1,18 @@ +{ + "maintainer_name": "Simon Billinge", + "maintainer_email": "sb2896@columbia.edu", + "maintainer_github_username": "sbillinge", + "contributors": "Rundong Hua, Simon Billinge, Billinge Group members", + "license_holders": "The Trustees of Columbia University in the City of New York", + "project_name": "diffpy.srxplanargui", + "github_username_or_orgname": "diffpy", + "github_repo_name": "diffpy.srxplanargui", + "conda_pypi_package_dist_name": "diffpy.srxplanargui", + "package_dir_name": "diffpy.srxplanargui", + "project_short_description": "xPDFsuite, a software for PDF transformation and visualization.", + "project_keywords": "diffpy, pdf, data interpretation", + "minimum_supported_python_version": "3.11", + "maximum_supported_python_version": "3.13", + "project_needs_c_code_compiled": "No", + "project_has_gui_tests": "No" +} From 1e4dab29ec649717f5fc3bc93ff94176ddc26660 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Fri, 24 Oct 2025 12:14:28 -0400 Subject: [PATCH 2/3] chore: change news item. --- news/doc-build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/doc-build.rst b/news/doc-build.rst index cad3514..866579e 100644 --- a/news/doc-build.rst +++ b/news/doc-build.rst @@ -1,6 +1,6 @@ **Added:** -* no news needed: add Makefile and change README.rst badge display +* no news needed: add Makefile, cookiecutter.json, and change README.rst badge display **Changed:** From c55009e92ca8a9fd517b24f0b6717b00b6f7dc00 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Fri, 24 Oct 2025 12:21:56 -0400 Subject: [PATCH 3/3] pre-commit autofix --- news/cookiecutter.rst | 23 +++++++++++++++++++++++ news/doc-build.rst | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 news/cookiecutter.rst diff --git a/news/cookiecutter.rst b/news/cookiecutter.rst new file mode 100644 index 0000000..7f69bbc --- /dev/null +++ b/news/cookiecutter.rst @@ -0,0 +1,23 @@ +**Added:** + +* no news needed: add cookiecutter.json. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/news/doc-build.rst b/news/doc-build.rst index 866579e..cad3514 100644 --- a/news/doc-build.rst +++ b/news/doc-build.rst @@ -1,6 +1,6 @@ **Added:** -* no news needed: add Makefile, cookiecutter.json, and change README.rst badge display +* no news needed: add Makefile and change README.rst badge display **Changed:**