We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e19836 commit 3942924Copy full SHA for 3942924
cookiecutter.json
@@ -7,5 +7,5 @@
7
"module_name": "{{ cookiecutter.package_name.lower().replace(' ', '_').replace('-', '_').replace('package', 'module') }}",
8
"project_short_description": "Python Project with some awesome tools to quickstart any Python project.",
9
"version": "0.1.0",
10
- "license": ["MIT", "BSD-3-Clause", "Apache-2.0", "GPL-3.0", "Proprietary"],
+ "license": ["MIT", "BSD-3-Clause", "Apache-2.0", "GPL-3.0", "Proprietary"]
11
}
0 commit comments