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.
1 parent dea006a commit ba3bb61Copy full SHA for ba3bb61
cookiecutter.json
@@ -0,0 +1,11 @@
1
+{
2
+ "author_name": "Author",
3
+ "email": "author@commitizen",
4
+ "github_username": "author_github_name",
5
+ "pypi_username": "{{cookiecutter.github_username}}",
6
+ "cz_name": "Project Name",
7
+ "package_name": "{{cookiecutter.cz_name}}",
8
+ "package_description": "description for the cz",
9
+ "version": "0.1.0",
10
+ "license": ["MIT", "BSD", "ISCL", "Apache Software License 2.0", "Not open source"]
11
+}
0 commit comments