-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cookiecutterrc
37 lines (35 loc) · 1.45 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
35
36
37
# This file exists so you can easily regenerate your project.
#
# `cookiepatcher` is a convenient shim around `cookiecutter`
# for regenerating projects (it will generate a .cookiecutterrc
# automatically for any template). To use it:
#
# pip install cookiepatcher
# cookiepatcher gh:itisfoundation/cookiecutter-simcore-pyservice project-path
#
# See:
# https://pypi.python.org/pypi/cookiepatcher
#
# Alternatively, you can run:
#
# cookiecutter --overwrite-if-exists --config-file=project-path/.cookiecutterrc gh:itisfoundation/cookiecutter-osparc-service
#
default_context:
_extensions: ['jinja2_time.TimeExtension']
_template: 'gh:ITISFoundation/cookiecutter-osparc-service'
author_affiliation: 'ITIS Foundation'
author_email: 'pcrespov'
author_name: 'Pedro Crespo'
contact_email: 'pcrespov'
default_docker_registry: 'https://index.docker.io/v1'
git_username: 'pcrespov'
number_of_inputs: '2'
number_of_outputs: '1'
project_git_repo: 'https://github.com/pcrespov/osparc-opencor.git'
project_name: 'osparc-opencor'
project_package_name: 'osparc-opencor'
project_short_description: 'OpenCOR service for osparc'
project_slug: 'osparc-opencor'
project_type: 'computational'
release_date: '2019'
version: '0.3.0'