We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ce1fc commit ee0926aCopy full SHA for ee0926a
1 file changed
tests/test_project.py
@@ -16,8 +16,7 @@ def copier_project_defaults():
16
return {
17
"package_name": "my_python_package",
18
"package_short_description": "Short description of package",
19
- "keyword1": "keyword1",
20
- "keyword2": "keyword2",
+ "keywords": "keyword1,keyword2",
21
"version": "0.1.0",
22
"github_organization": "<my-github-organization>",
23
"full_name": "Jane Smith",
0 commit comments