summaryrefslogtreecommitdiff
path: root/.cookiecutterrc
diff options
context:
space:
mode:
Diffstat (limited to '.cookiecutterrc')
-rw-r--r--.cookiecutterrc46
1 files changed, 27 insertions, 19 deletions
diff --git a/.cookiecutterrc b/.cookiecutterrc
index 04e27da..ce3c52b 100644
--- a/.cookiecutterrc
+++ b/.cookiecutterrc
@@ -1,34 +1,42 @@
# 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'
+ _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'
+ coveralls: yes
distribution_name: tblib
email: contact@ionelmc.ro
full_name: Ionel Cristian Mărieș
github_username: ionelmc
- landscape: 'yes'
+ landscape: no
+ license: BSD 2-Clause License
+ linter: flake8
package_name: tblib
project_name: tblib
project_short_description: Traceback serialization library.
- release_date: '2016-03-08'
+ release_date: '2017-04-09'
repo_name: python-tblib
- requiresio: 'yes'
- scrutinizer: 'yes'
- sphinx_doctest: 'no'
+ 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_matrix_configurator: no
+ test_matrix_separate_coverage: no
test_runner: pytest
- travis: 'yes'
- version: 1.3.0
+ travis: yes
+ version: 1.3.2
website: http://blog.ionelmc.ro
- year: 2013-2017
+ year_from: '2013'
+ year_to: '2019'