-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcookiecutter.json
More file actions
20 lines (20 loc) · 935 Bytes
/
cookiecutter.json
File metadata and controls
20 lines (20 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"author_names": "Yuchen Xiao, Simon Billinge",
"author_emails": "yx2924@columbia.edu, sbillinge@ucsb.edu",
"maintainer_names": "Yuchen Xiao, Simon Billinge",
"maintainer_emails": "yx2924@columbia.edu, sbillinge@ucsb.edu",
"maintainer_github_usernames": "ycexiao, sbillinge",
"contributors": "Yuchen Xiao, Simon Billinge and members of the Billinge group",
"license_holders": "diffpy.apps contributors",
"project_name": "diffpy.apps",
"github_username_or_orgname": "diffpy",
"github_repo_name": "diffpy.apps",
"conda_pypi_package_dist_name": "diffpy.apps",
"package_dir_name": "diffpy.apps",
"project_short_description": "User applications to help with tasks using diffpy packages",
"project_keywords": "diffraction, PDF, X-ray, neutron",
"minimum_supported_python_version": "3.12",
"maximum_supported_python_version": "3.14",
"project_needs_c_code_compiled": "No",
"project_has_gui_tests": "No"
}