# 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.4-dev.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']"}
