|
| 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:adamboche/cookiecutter-pylibrary project-path |
| 9 | +# |
| 10 | +# See: |
| 11 | +# https://pypi.org/pypi/cookiepatcher |
| 12 | +# |
| 13 | +# Alternatively, you can run: |
| 14 | +# |
| 15 | +# cookiecutter --overwrite-if-exists --config-file=project-path/.cookiecutterrc gh:adamboche/cookiecutter-pylibrary |
| 16 | + |
| 17 | +default_context: |
| 18 | + |
| 19 | + _template: 'gh:adamboche/cookiecutter-pylibrary' |
| 20 | + appveyor: 'yes' |
| 21 | + c_extension_function: 'longest' |
| 22 | + c_extension_module: '_mario' |
| 23 | + c_extension_optional: 'no' |
| 24 | + c_extension_support: 'no' |
| 25 | + codacy: 'no' |
| 26 | + codeclimate: 'no' |
| 27 | + codecov: 'no' |
| 28 | + command_line_interface: 'click' |
| 29 | + command_line_interface_bin_name: 'mario' |
| 30 | + coveralls: 'no' |
| 31 | + distribution_name: 'mario' |
| 32 | + |
| 33 | + full_name: 'mario contributors' |
| 34 | + github_username: 'python-mario' |
| 35 | + landscape: 'no' |
| 36 | + license: 'GNU General Public License v3 (GPLv3)' |
| 37 | + linter: 'flake8' |
| 38 | + package_name: 'mario' |
| 39 | + project_name: 'mario' |
| 40 | + project_short_description: 'An example package. Generated with cookiecutter-pylibrary.' |
| 41 | + release_date: 'today' |
| 42 | + repo_name: 'python-mario' |
| 43 | + requiresio: 'no' |
| 44 | + scrutinizer: 'no' |
| 45 | + sphinx_docs: 'yes' |
| 46 | + sphinx_doctest: 'no' |
| 47 | + sphinx_theme: 'sphinx-rtd-theme' |
| 48 | + test_matrix_configurator: 'no' |
| 49 | + test_matrix_separate_coverage: 'no' |
| 50 | + test_runner: 'pytest' |
| 51 | + travis: 'yes' |
| 52 | + version: '0.1.0' |
| 53 | + website: 'https://github.com/python-mario/mario' |
| 54 | + year: 'now' |
0 commit comments