Skip to content

Commit

Permalink
fixed project_author_name
Browse files Browse the repository at this point in the history
  • Loading branch information
rnoxy committed Nov 14, 2023
1 parent 2521c01 commit c0bac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini-poetry/cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"project_name": "Mini Kedro with Poetry",
"project_description": "A mini kedro project with poetry",
"project_author_name": "{{ cookiecutter.author_name }}",
"project_author_name": "{{ cookiecutter.project_author_name }}",
"repo_name": "{{ cookiecutter.project_name.strip().replace(' ', '-').replace('_', '-').lower() }}",
"python_package": "{{ cookiecutter.project_name.strip().replace(' ', '_').replace('-', '_').lower() }}",
"kedro_version": "{{ cookiecutter.kedro_version }}",
Expand Down

0 comments on commit c0bac21

Please sign in to comment.