# This file exists so you can easily regenerate your project.
#
# `cookiepatcher` is a convenient shim around `cookiecutter`
# for regenerating projects (it will generate a .cookiecutterrc
# automatically for any template). To use it:
#
#    pip install cookiepatcher
#    cookiepatcher gh:RomanCedric/cc-py-setup project-path
#
# See:
#    https://pypi.python.org/pypi/cookiepatcher
#
# Alternatively, you can run:
#
#    cookiecutter --overwrite-if-exists --config-file=project-path/.cookiecutterrc gh:RomanCedric/cc-py-setup

default_context:

    _copy_without_render:      ['.templates/template*']
    _template:                 'cc-py-setup'
    appveyor:                  'yes'
    c_extension_function:      'longest'
    c_extension_module:        '_ngoproject'
    c_extension_optional:      'no'
    c_extension_support:       'no'
    codacy:                    'no'
    codeclimate:               'no'
    codecov:                   'yes'
    command_line_interface:    'click'
    command_line_interface_bin_name: 'ngoproject'
    coveralls:                 'no'
    dev_status:                'Alpha'
    distribution_name:         'ngoproject'
    email:                     'roman@numengo.com'
    entry_points:              'project = ngoproject:Project, project_tox = ngoproject:ToxEnvironment'
    full_name:                 'Cédric ROMAN'
    gettext:                   'yes'
    github_username:           'RomanCedric'
    install_deps:              'git+https://github.com/RomanCedric/python-ngoschema, ngofile, isort, yapf, autoflake, bumpversion, twine, docker'
    keywords:                  'project management, build steps, hooks, docker, test suite'
    landscape:                 'no'
    license:                   'GNU General Public License v3'
    linter:                    'flake8'
    package_name:              'ngoproject'
    project_name:              'NgoProject'
    project_short_description: 'Utilities for development workflow'
    python_envs:               'py27, py34, py35, pypy'
    release_date:              'today'
    repo_name:                 'python-ngoproject'
    requiresio:                'yes'
    scrutinizer:               'no'
    setup_deps:                ''
    sphinx_doctest:            'no'
    sphinx_theme:              'sphinx-rtd-theme'
    test_deps:                 ''
    test_matrix_configurator:  'no'
    test_matrix_separate_coverage: 'no'
    test_runner:               'pytest'
    travis:                    'yes'
    version:                   '0.1.0'
    website:                   'http://www.numengo.com'
    year:                      'now'
