-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcookiecutter.json
More file actions
18 lines (18 loc) · 889 Bytes
/
cookiecutter.json
File metadata and controls
18 lines (18 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"maintainer_name": "Simon J.L. Billinge Group",
"maintainer_email": "sb2896@columbia.edu",
"maintainer_github_username": "sbillinge",
"contributors": "Xiaohao Yang, Sangjoon Lee, Simon Billinge, Billinge Group members",
"license_holders": "The Trustees of Columbia University in the City of New York",
"project_name": "diffpy.distanceprinter",
"github_username_or_orgname": "diffpy",
"github_repo_name": "diffpy.distanceprinter",
"conda_pypi_package_dist_name": "diffpy.distanceprinter",
"package_dir_name": "diffpy.distanceprinter",
"project_short_description": "Distance Printer, calculate the inter atomic distances. Part of xPDFsuite",
"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"
}