Skip to content

Commit 9f2927d

Browse files
committed
skpkg: add cookiecutter.json
1 parent de24e9a commit 9f2927d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-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 J.L. Billinge group",
3+
"maintainer_email": "[email protected]",
4+
"maintainer_github_username": "sbillinge",
5+
"contributors": "Billinge Group members",
6+
"license_holders": "The Trustees of Columbia University in the City of New York",
7+
"project_name": "diffpy.srxconfutils",
8+
"github_username_or_orgname": "diffpy",
9+
"github_repo_name": "diffpy.srxconfutils",
10+
"conda_pypi_package_dist_name": "diffpy.srxconfutils",
11+
"package_dir_name": "diffpy.srxconfutils",
12+
"project_short_description": "Configuration utilities for project. Part of xPDFsuite",
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+
}

0 commit comments

Comments
 (0)