Skip to content

Commit f7ac148

Browse files
author
Felix Erdmann
committed
remove ensemblestat from json file plugin types
1 parent 61f4c10 commit f7ac148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"full_name": "Your Name",
33
"email": "your@email.com",
4-
"plugin_type": ["importer", "diagnostic", "ensemblestat"],
4+
"plugin_type": ["importer", "diagnostic"],
55
"plugin_subtype": "{% if cookiecutter.plugin_type == 'importer' %}{{ 'institution' }}{% else %}{{ '' }}{% endif %}",
66
"project_name": "{{ 'pysteps-' + cookiecutter.plugin_type + '-' + cookiecutter.plugin_subtype + '-name' }}",
77
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",

0 commit comments

Comments
 (0)