forked from sbillinge/scikit-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter.json
More file actions
19 lines (19 loc) · 1013 Bytes
/
cookiecutter.json
File metadata and controls
19 lines (19 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"maintainer_name": "Simon Billinge",
"maintainer_email": "sb2896@columbia.edu",
"maintainer_github_username": "sbillinge",
"contributors": "Sangjoon Lee, Simon Billinge, Billinge Group members",
"license_holders": "The Trustees of Columbia University in the City of New York",
"project_name": "diffpy.my-project",
"github_username_or_orgname": "diffpy",
"github_repo_name": "{{ cookiecutter.project_name|replace(' ', '-')|lower }}",
"conda_pypi_package_dist_name": "{{ cookiecutter.project_name|replace(' ', '-')|lower }}",
"package_dir_name": "{{ cookiecutter.project_name|replace(' ', '_')|replace('-', '_')|lower }}",
"project_short_description": "Python package for doing science.",
"project_keywords": "diffraction, PDF, X-ray, neutron",
"minimum_supported_python_version": "3.11",
"maximum_supported_python_version": "3.13",
"project_needs_c_code_compiled": ["No", "Yes"],
"project_has_gui_tests": ["No", "Yes"],
"_copy_without_render": ["*.html", "*.js", ".github/*"]
}