-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cookiecutterrc
34 lines (32 loc) · 1.28 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: 'no'
c_extension_optional: 'no'
c_extension_support: 'no'
codacy: 'yes'
codeclimate: 'yes'
codecov: 'no'
command_line_interface: 'no'
coveralls: 'no'
distribution_name: 'genrss-py'
email: 'github@jlhj.de'
full_name: 'Julien Hadley Jack'
github_username: 'julien-hadleyjack'
landscape: 'yes'
package_name: 'genrss'
project_name: 'genrss-py'
project_short_description: 'Create podcasts from get_iplayer downloads.'
release_date: 'today'
repo_name: 'genrss-py'
requiresio: 'yes'
scrutinizer: 'yes'
sphinx_theme: 'readthedocs'
test_matrix_configurator: 'no'
test_runner: 'nose'
travis: 'yes'
version: '0.1.0'
website: 'http://hadleyjack.de'
year: 'now'