# 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:                   'yes'
    command_line_interface:    'no'
    coveralls:                 'yes'
    distribution_name:         'pybsd'
    email:                     'matias@pizarro.net'
    full_name:                 'Mat\xedas Pizarro'
    github_username:           'rebost'
    landscape:                 'yes'
    package_name:              'pybsd'
    project_name:              'PyBSD'
    project_short_description: 'a Python tool to provision, keep in sync and manage FreeBSD boxes and jails'
    release_date:              '2015-08-04'
    repo_name:                 'pybsd'
    scrutinizer:               'yes'
    sphinx_theme:              'sphinx_rtd_theme'
    test_matrix_configurator:  'no'
    test_runner:               'pytest'
    version:                   '0.0.1'
    website:                   'https://docbase.net'
    year:                      '2015'
