forked from scikit-package/scikit-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter.json
More file actions
23 lines (23 loc) · 1.23 KB
/
cookiecutter.json
File metadata and controls
23 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"author_emails": "sbillinge@ucsb.edu, bobleesj@stanford.edu",
"author_names": "Simon Billinge, Sangjoon Lee",
"maintainer_names": "{{ cookiecutter.author_names }}",
"maintainer_emails": "{{ cookiecutter.author_emails }}",
"maintainer_github_usernames": "sbillinge, bobleesj",
"contributors": "Sangjoon Lee, Simon Billinge, Billinge Group members",
"project_name": "diffpy.my-project",
"license_holders": "{{ cookiecutter.project_name }} contributors",
"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.12",
"maximum_supported_python_version": "3.14",
"project_needs_c_code_compiled": ["No", "Yes"],
"project_has_gui_tests": ["No", "Yes"],
"_is_skpkg_update": "No",
"_copy_without_render": ["*.html", "*.js", ".github/*"],
"_extensions": ["hooks.local_extensions.people_contact_info_Extension"]
}