Skip to content

Commit

Permalink
better default project_short_description
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Jun 21, 2024
1 parent 7ee31ff commit f5a70c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"github_username": "telamonian",
"project_name": "your-beautiful-project-name",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
"project_short_description": "Python Boilerplate contains all the boilerplate you need to create a Python package.",
"project_short_description": "A collection of custom nodes for ComfyUI",
"version": "0.0.1",
"open_source_license": ["GNU General Public License v3", "MIT license", "BSD license", "ISC license", "Apache Software License 2.0", "Not open source"],
"include_web_directory_for_custom_javascript": false,
Expand Down

0 comments on commit f5a70c0

Please sign in to comment.