# 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:

    appveyor:                  'yes'
    c_extension_optional:      'no'
    c_extension_support:       'no'
    codacy:                    'yes'
    codeclimate:               'yes'
    codecov:                   'yes'
    command_line_interface:    'no'
    coveralls:                 'yes'
    distribution_name:         'aspectlib'
    email:                     'contact@ionelmc.ro'
    full_name:                 'Ionel Cristian Mărieș'
    github_username:           'ionelmc'
    landscape:                 'yes'
    package_name:              'aspectlib'
    project_name:              'Aspectlib'
    project_short_description: '``aspectlib`` is an aspect-oriented programming, monkey-patch and decorators library. It is useful when changing'
    release_date:              '2015-06-06'
    repo_name:                 'python-aspectlib'
    requiresio:                'yes'
    scrutinizer:               'yes'
    sphinx_theme:              'sphinx-py3doc-enhanced-theme'
    test_matrix_configurator:  'yes'
    test_runner:               'pytest'
    travis:                    'yes'
    version:                   '1.3.0'
    website:                   'http://blog.ionelmc.ro'
    year:                      '2014-2015'
