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
|
# This file exists so you can easily regenerate your project.
#
# Unfortunatelly cookiecutter can't use this right away so
# you have to copy this file to ~/.cookiecutterrc
default_context:
c_extension_optional: 'yes'
c_extension_support: 'yes'
codecov: 'yes'
command_line_interface: 'no'
coveralls: 'yes'
distribution_name: 'lazy-object-proxy'
email: 'contact@ionelmc.ro'
full_name: 'Ionel Cristian Mărieș'
github_username: 'ionelmc'
landscape: 'yes'
package_name: 'lazy_object_proxy'
project_name: 'lazy-object-proxy'
project_short_description: 'A fast and thorough lazy object proxy.'
release_date: '2015-04-11'
repo_name: 'python-lazy-object-proxy'
scrutinizer: 'yes'
sphinx_theme: 'sphinx-py3doc-enhanced-theme'
test_matrix_configurator: 'yes'
test_runner: 'pytest'
version: '1.0.2'
website: 'http://blog.ionelmc.ro'
year: '2014-2015'
|