Skip to content

Commit 46ff20f

Browse files
committed
skpkg: add cookiecutter.json
1 parent 07d36d9 commit 46ff20f

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 Billinge",
3+
"maintainer_email": "sb2896@columbia.edu",
4+
"maintainer_github_username": "sbillinge",
5+
"contributors": "Xiaohao Yang and Billinge Group members",
6+
"license_holders": "The Trustees of Columbia University in the City of New York",
7+
"project_name": "diffpy.distanceprinter",
8+
"github_username_or_orgname": "diffpy",
9+
"github_repo_name": "diffpy.distanceprinter",
10+
"conda_pypi_package_dist_name": "diffpy.distanceprinter",
11+
"package_dir_name": "diffpy.distanceprinter",
12+
"project_short_description": "Distance Printer, calculate the inter atomic distances. 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)