# This file exists so you can easily regenerate your project.
#
# `cookiepatcher` is a convenient shim around `cookiecutter`
# for regenerating projects (it will generate a .cookiecutterrc
# automatically for any template). To use it:
#
#    pip install cookiepatcher
#    cookiepatcher gh:ionelmc/cookiecutter-pylibrary safdie
#
# See:
#    https://pypi.org/project/cookiepatcher
#
# Alternatively, you can run:
#
#    cookiecutter --overwrite-if-exists --config-file=safdie/.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary

default_context:

    _extensions:               ['jinja2_time.TimeExtension']
    _template:                 'gh:coddingtonbear/cookiecutter-pylibrary'
    command_line_interface:    'no'
    command_line_interface_bin_name: 'safdie'
    distribution_name:         'safdie'
    email:                     'me@adamcoddington.net'
    full_name:                 'Adam Coddington'
    github_actions:            'yes'
    license:                   'MIT license'
    package_name:              'safdie'
    pre_commit:                'yes'
    project_name:              'safdie'
    project_short_description: 'Easily make your app extensible by you or others via use of setuptools entrypoints.'
    release_date:              'today'
    repo_hosting:              'github.com'
    repo_hosting_domain:       'github.com'
    repo_name:                 'safdie'
    repo_username:             'coddingtonbear'
    sphinx_docs:               'no'
    sphinx_docs_hosting:       'https://safdie.readthedocs.io/'
    sphinx_doctest:            'no'
    sphinx_theme:              'sphinx-rtd-theme'
    version:                   '0.1.0'
    website:                   'https://coddingtonbear.net/'
    year_from:                 '2021'
    year_to:                   '2021'
