-
Notifications
You must be signed in to change notification settings - Fork 4
/
.cookiecutterrc
27 lines (26 loc) · 1.27 KB
/
.cookiecutterrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file exists so you can easily regenerate your project.
# run:
#
# cookiecutter --overwrite-if-exists --config-file=.cookiecutterrc gh:BAMresearch/yapy-cookiecutter
default_context:
full_name: 'Brian R. Pauw'
email: 'brian.pauw@bam.de'
website: 'https://github.com/toqduj'
project_name: 'McSAS3'
repo_name: 'McSAS3'
repo_hosting: 'github.com'
repo_hosting_domain: 'github.com'
repo_userorg: 'BAMresearch'
docs_url: 'https://BAMresearch.github.io/McSAS3'
repo_main_branch: 'main'
package_name: 'mcsas3'
distribution_name: 'mcsas3'
project_short_description: 'A refactored McSAS for analysis of X-ray and Neutron scattering data.'
release_date: '2023-01-04'
year_from: '2018'
year_to: '2023'
version: '1.0.3'
pypi_host: 'pypi.org'
license: 'GNU General Public License v3 or later (GPLv3+)'
sphinx_theme: 'furo'
extra_context: {'exclude_existing': "['LICENSE', 'AUTHORS.rst', 'CHANGELOG.md', 'src/mcsas3/__init__.py']"}