forked from aburrell/aacgmv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cookiecutterrc
34 lines (32 loc) · 1.33 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: 'no'
c_extension_support: 'yes'
codacy: 'yes'
codeclimate: 'yes'
codecov: 'yes'
command_line_interface: 'no'
coveralls: 'yes'
distribution_name: 'aacgmv2'
email: 'agb073000@utdallas.edu'
full_name: 'Angeline G. Burrell'
github_username: 'aburrell'
landscape: 'yes'
package_name: 'aacgmv2'
project_name: 'AACGM-v2 Python library'
project_short_description: '"A Python wrapper for AACGM-v2 magnetic coordinates"'
release_date: '2018-03-12'
repo_name: 'aacgmv2'
requiresio: 'yes'
scrutinizer: 'yes'
sphinx_theme: 'readthedocs'
test_matrix_configurator: 'yes'
test_runner: 'pytest'
travis: 'yes'
version: '2.0.1'
website: 'https://github.com/aburrell/aacgmv2'
year: '2018'