forked from Billingegroup/scikit-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookiecutter.json
19 lines (19 loc) · 998 Bytes
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"project_owner_name": "Simon Billinge",
"project_owner_email": "sbillinge@columbia.edu",
"project_owner_github_username": "sbillinge",
"contributors": "Billinge Group members and community contributors",
"license_holders": "The Trustees of Columbia University in the City of New York",
"project_name": "diffpy.my-project",
"github_org": "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.",
"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/*"]
}