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 b28b6ae commit 5efadaeCopy full SHA for 5efadae
cookiecutter.json
@@ -6,5 +6,8 @@
6
"python_package_name": "{{ cookiecutter.github_project_name | replace('-', '_') }}",
7
"npm_package_name": "{{ cookiecutter.github_project_name }}",
8
"npm_package_version": "0.1.0",
9
- "project_short_description": "A Custom Jupyter Widget Library"
+ "project_short_description": "A Custom Jupyter Widget Library",
10
+ "_copy_without_render": [
11
+ ".github/workflows/*"
12
+ ]
13
}
0 commit comments