# This file exists so you can easily regenerate your project.
#
# Unfortunatelly cookiecutter can't use this right away so
# you have to copy this file to ~/.cookiecutterrc

default_context:

    c_extension_optional:      'no'
    c_extension_support:       'no'
    codecov:                   'no'
    command_line_interface:    'no'
    coveralls:                 'no'
    distribution_name:         'pytest-cov'
    email:                     'marc.schlaich@gmail.com'
    full_name:                 'Marc Schlaich'
    github_username:           'schlamar'
    landscape:                 'no'
    package_name:              'pytest_cov'
    project_name:              'pytest-cov'
    project_short_description: 'Pytest plugin for measuring coverage.'
    release_date:              '???'
    repo_name:                 'pytest-cov'
    scrutinizer:               'no'
    sphinx_theme:              'sphinx_py3doc_enhanced_theme'
    test_matrix_configurator:  'no'
    test_runner:               'pytest'
    version:                   '2.0.0'
    website:                   'http://www.schlamar.org/'
    year:                      '2010'
