Skip to content

Commit 18388eb

Browse files
authored
Merge pull request #37 from stevenhua0320/doc-build
chore: add cookiecutter.json file
2 parents 88e9e13 + c55009e commit 18388eb

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

cookiecutter.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"maintainer_name": "Simon Billinge",
3+
"maintainer_email": "sb2896@columbia.edu",
4+
"maintainer_github_username": "sbillinge",
5+
"contributors": "Rundong Hua, Simon Billinge, Billinge Group members",
6+
"license_holders": "The Trustees of Columbia University in the City of New York",
7+
"project_name": "diffpy.srxplanargui",
8+
"github_username_or_orgname": "diffpy",
9+
"github_repo_name": "diffpy.srxplanargui",
10+
"conda_pypi_package_dist_name": "diffpy.srxplanargui",
11+
"package_dir_name": "diffpy.srxplanargui",
12+
"project_short_description": "xPDFsuite, a software for PDF transformation and visualization.",
13+
"project_keywords": "diffpy, pdf, data interpretation",
14+
"minimum_supported_python_version": "3.11",
15+
"maximum_supported_python_version": "3.13",
16+
"project_needs_c_code_compiled": "No",
17+
"project_has_gui_tests": "No"
18+
}

news/cookiecutter.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* no news needed: add cookiecutter.json.
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)