Skip to content

Commit

Permalink
FIX: void mother variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Jun 21, 2023
1 parent 0af79cf commit b53b09a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ansys/templates/python/ansys_api/cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"__template_name": "ansys-api",
"product_name": "",
"__product_name_slug": "{{ cookiecutter.product_name | slugify(separator=('_')) }}",
"library_name": "",
"__library_name_slug": "{{ cookiecutter.library_name | slugify(separator=('_')) }}",
"__project_name_slug": "ansys-api-{{ cookiecutter.__product_name_slug }}{% if cookiecutter.__library_name_slug %}-{{ cookiecutter.__library_name_slug }}{% endif %}",
"__pkg_name": "{{ cookiecutter.__project_name_slug }}",
"api_version": "0",
"__api_version": "{{ cookiecutter.api_version }}",
"__pkg_namespace": "ansys.api.{{ cookiecutter.__product_name_slug }}.{{ cookiecutter.__library_name_slug }}",
Expand All @@ -16,5 +18,13 @@
"proto_dependencies": {
"modules": []
},
"__requires_python": "",
"__repository_url": "",
"__build_system": "",
"__logo": "",
"__logo_color": "",
"__max_linelength": "",
"__coverage_source": "",
"__is_pyansys": "false",
"_extensions": ["cookiecutter.extensions.SlugifyExtension"]
}

0 comments on commit b53b09a

Please sign in to comment.