We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cookiecutter
short_description
1 parent eb994d6 commit 210df1eCopy full SHA for 210df1e
cookiecutter.json
@@ -2,7 +2,7 @@
2
"project_name": "Project Name",
3
"project_slug": "{{ cookiecutter.project_name|lower|replace(' ', '-') }}",
4
"package_name": "{{ cookiecutter.project_slug|lower|replace('-', '_') }}",
5
- "project_description": "A great new project",
+ "short_description": "A great new project",
6
"author_full_name": "Your Name",
7
"author_email": "your@email",
8
"github_organization": "saezlab",
0 commit comments