summaryrefslogtreecommitdiff
path: root/.cookiecutterrc
blob: ce3c52b358dfd1f2a27f9f589de4dfdf2e9cae6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)

cookiecutter:
    _extensions:
    -   jinja2_time.TimeExtension
    _template: cookiecutter-pylibrary
    appveyor: yes
    c_extension_function: '-'
    c_extension_module: '-'
    c_extension_optional: no
    c_extension_support: no
    codacy: no
    codeclimate: no
    codecov: yes
    command_line_interface: no
    command_line_interface_bin_name: '-'
    coveralls: yes
    distribution_name: tblib
    email: contact@ionelmc.ro
    full_name: Ionel Cristian Mărieș
    github_username: ionelmc
    landscape: no
    license: BSD 2-Clause License
    linter: flake8
    package_name: tblib
    project_name: tblib
    project_short_description: Traceback serialization library.
    release_date: '2017-04-09'
    repo_name: python-tblib
    requiresio: yes
    scrutinizer: no
    sphinx_docs: yes
    sphinx_doctest: no
    sphinx_theme: sphinx-py3doc-enhanced-theme
    test_matrix_configurator: no
    test_matrix_separate_coverage: no
    test_runner: pytest
    travis: yes
    version: 1.3.2
    website: http://blog.ionelmc.ro
    year_from: '2013'
    year_to: '2019'