forked from SpazioDati/python-kong
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cookiecutterrc
29 lines (27 loc) · 1.12 KB
/
.cookiecutterrc
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: 'no'
c_extension_support: 'no'
codecov: 'no'
command_line_interface: 'no'
coveralls: 'yes'
distribution_name: 'kong'
email: '[email protected]'
full_name: 'Dirk Moors'
github_username: 'dirkmoors'
landscape: 'yes'
package_name: 'kong'
project_name: 'python-kong'
project_short_description: 'A Python client for the Kong API (http://getkong.org/)'
release_date: '2015-07-23'
repo_name: 'python-kong'
scrutinizer: 'yes'
sphinx_theme: 'readthedocs'
test_matrix_configurator: 'no'
test_runner: 'pytest'
version: '0.1.0'
website: 'http://www.vikingco.com'
year: '2015'