forked from ionelmc/django-redisboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cookiecutterrc
34 lines (32 loc) · 1.37 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
30
31
32
33
34
# This file exists so you can easily regenerate your project.
#
# Unfortunately cookiecutter can't use this right away so
# you have to copy this file to ~/.cookiecutterrc
default_context:
appveyor: 'yes'
c_extension_optional: 'yes'
c_extension_support: 'no'
codacy: 'yes'
codeclimate: 'yes'
codecov: 'yes'
command_line_interface: 'no'
coveralls: 'yes'
distribution_name: 'django-redisboard'
email: '[email protected]'
full_name: 'Ionel Cristian Mărieș'
github_username: 'ionelmc'
landscape: 'yes'
package_name: 'redisboard'
project_name: 'django-redisboard'
project_short_description: 'Redis monitoring and inspection drop-in application using django admin.'
release_date: 'today'
repo_name: 'django-redisboard'
requiresio: 'yes'
scrutinizer: 'yes'
sphinx_theme: 'sphinx-py3doc-enhanced-theme'
test_matrix_configurator: 'yes'
test_runner: 'pytest'
travis: 'yes'
version: '1.2.1'
website: 'http://blog.ionelmc.ro'
year: '2011-2015'