Skip to content

Commit

Permalink
redport: remove obsolete cookiecutter.json property
Browse files Browse the repository at this point in the history
  • Loading branch information
claui committed Dec 7, 2024
1 parent 2817f85 commit fb20f78
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"project_title": "Itchcraft",
"pypi_package_name": "itchcraft",
"python_package_name": "itchcraft",
"project_slug": "itchcraft",
"project_description": "Tech demo for interfacing with heat-based USB insect bite healers",
"first_module_name": "api",
"project_version": "0.1.0",
Expand Down Expand Up @@ -44,7 +43,7 @@
"copyright_holder_full_name": "{{ cookiecutter.author_full_name }}",
"github_username": "claui",
"include_executable": "y",
"executable_name": "{{ cookiecutter.project_slug.replace('_', '-') }}",
"executable_name": "{{ cookiecutter.pypi_package_name }}",
"install_dependencies_now": "y"
}
}

0 comments on commit fb20f78

Please sign in to comment.