-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcookiecutter.json
More file actions
20 lines (20 loc) · 922 Bytes
/
cookiecutter.json
File metadata and controls
20 lines (20 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"author_names": "John Halloran",
"author_emails": "jwh2180@columbia.edu",
"maintainer_names": "Simon Billinge",
"maintainer_emails": "sbillinge@ucsb.edu",
"maintainer_github_usernames": "sbillinge",
"contributors": "Simon Billinge, John Halloran, Billinge Group members",
"license_holders": "The Trustees of Columbia University in the City of New York",
"project_name": "diffpy.stretched-nmf",
"github_username_or_orgname": "diffpy",
"github_repo_name": "diffpy.stretched-nmf",
"conda_pypi_package_dist_name": "diffpy.stretched-nmf",
"package_dir_name": "diffpy.stretched_nmf",
"project_short_description": "A python package implementing the stretched NMF algorithm.",
"project_keywords": "diffraction, PDF, x-ray, mapping",
"minimum_supported_python_version": "3.11",
"maximum_supported_python_version": "3.13",
"project_needs_c_code_compiled": "No",
"project_has_gui_tests": "No"
}