Skip to content

Commit 3942924

Browse files
committed
fix json
1 parent 1e19836 commit 3942924

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
@@ -7,5 +7,5 @@
77
"module_name": "{{ cookiecutter.package_name.lower().replace(' ', '_').replace('-', '_').replace('package', 'module') }}",
88
"project_short_description": "Python Project with some awesome tools to quickstart any Python project.",
99
"version": "0.1.0",
10-
"license": ["MIT", "BSD-3-Clause", "Apache-2.0", "GPL-3.0", "Proprietary"],
10+
"license": ["MIT", "BSD-3-Clause", "Apache-2.0", "GPL-3.0", "Proprietary"]
1111
}

0 commit comments

Comments
 (0)