# 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:                 'yes'
    distribution_name:         'kong'
    email:                     'dirk.moors@vikingco.com'
    full_name:                 'Dirk Moors'
    github_username:           'dirkmoors'
    landscape:                 'yes'
    package_name:              'kong'
    project_name:              'python-kong'
    project_short_description: 'A Python client for the Kong API (http://getkong.org/)'
    release_date:              '2015-07-23'
    repo_name:                 'python-kong'
    scrutinizer:               'yes'
    sphinx_theme:              'readthedocs'
    test_matrix_configurator:  'no'
    test_runner:               'pytest'
    version:                   '0.1.0'
    website:                   'http://www.vikingco.com'
    year:                      '2015'