summaryrefslogtreecommitdiff
path: root/.cookiecutterrc
blob: 04e27da63836720577a8e32e09d0f5fbdae7d1d6 (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
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)

cookiecutter:
    appveyor: 'yes'
    c_extension_cython: 'no'
    c_extension_optional: 'no'
    c_extension_support: 'no'
    codacy: 'yes'
    codeclimate: 'yes'
    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: 'yes'
    package_name: tblib
    project_name: tblib
    project_short_description: Traceback serialization library.
    release_date: '2016-03-08'
    repo_name: python-tblib
    requiresio: 'yes'
    scrutinizer: '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.0
    website: http://blog.ionelmc.ro
    year: 2013-2017