Skip to content

Commit 3658dcc

Browse files
committed
feat: change the default project name to reflect the repo name
1 parent 2d0fc95 commit 3658dcc

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,5 +1,5 @@
11
{
2-
"project_name": "hypermodern-python",
2+
"project_name": "robust-python",
33
"package_name": "{{ cookiecutter.project_name.replace('-', '_') }}",
44
"friendly_name": "{{ cookiecutter.project_name.replace('-', ' ').title() }}",
55
"min_python_version": "3.9",

0 commit comments

Comments
 (0)