Diff of /.cookiecutterrc [000000] .. [d7cf27]

Switch to unified view

a b/.cookiecutterrc
1
# This file exists so you can easily regenerate your project.
2
#
3
# `cookiepatcher` is a convenient shim around `cookiecutter`
4
# for regenerating projects (it will generate a .cookiecutterrc
5
# automatically for any template). To use it:
6
#
7
#    pip install cookiepatcher
8
#    cookiepatcher gh:ionelmc/cookiecutter-pylibrary project-path
9
#
10
# See:
11
#    https://pypi.python.org/pypi/cookiepatcher
12
#
13
# Alternatively, you can run:
14
#
15
#    cookiecutter --overwrite-if-exists --config-file=project-path/.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary
16
17
default_context:
18
19
    _template:                 'https://github.com/ionelmc/cookiecutter-pylibrary'
20
    appveyor:                  'yes'
21
    c_extension_function:      'longest'
22
    c_extension_module:        '_janggu'
23
    c_extension_optional:      'no'
24
    c_extension_support:       'no'
25
    codacy:                    'no'
26
    codeclimate:               'no'
27
    codecov:                   'yes'
28
    command_line_interface:    'argparse'
29
    command_line_interface_bin_name: 'janggu'
30
    coveralls:                 'no'
31
    distribution_name:         'janggu'
32
    email:                     'wolfgang.kopp@mdc-berlin.de'
33
    full_name:                 'Wolfgang Kopp'
34
    github_username:           'wkopp'
35
    landscape:                 'no'
36
    license:                   'BSD 3-Clause License'
37
    linter:                    'pylama'
38
    package_name:              'janggu'
39
    project_name:              'Janggu'
40
    project_short_description: 'Code infrastructure for deep learning to make modelling reproducible and maintainable'
41
    release_date:              'today'
42
    repo_name:                 'janggu'
43
    requiresio:                'yes'
44
    scrutinizer:               'no'
45
    sphinx_doctest:            'no'
46
    sphinx_theme:              'sphinx-rtd-theme'
47
    test_matrix_configurator:  'no'
48
    test_matrix_separate_coverage: 'no'
49
    test_runner:               'pytest'
50
    travis:                    'yes'
51
    version:                   '0.1.0'
52
    website:                   'wkopp.github.io'
53
    year:                      '2017'