# This file exists so you can easily regenerate your project.
#
# Unfortunately 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:         'tblib'
    email:                     'contact@ionelmc.ro'
    full_name:                 'Ionel Cristian Mărieș'
    github_username:           'ionelmc'
    landscape:                 'yes'
    package_name:              'tblib'
    project_name:              'tblib'
    project_short_description: 'Traceback fiddling library. For now allows you to pickle tracebacks and raise exceptions with pickled tracebacks in different processes. This allows better error handling when running code over multiple processes (imagine multiprocessing, billiard, futures, celery etc).'
    release_date:              '2015-07-27'
    repo_name:                 'python-tblib'
    requiresio:                'yes'
    scrutinizer:               'yes'
    sphinx_theme:              'sphinx-py3doc-enhanced-theme'
    test_matrix_configurator:  'no'
    test_runner:               'no'
    travis:                    'yes'
    version:                   '1.1.0'
    website:                   'http://blog.ionelmc.ro'
    year:                      '2013-2015'
