Skip to content

Commit e163fa4

Browse files
committed
Remove extensions and _cookiecutter from replay file
We always want to use the template provided extensions, keeping our own list only makes it more likely to have errors when upgrading. Also `_cookiecutter` is just noise, not very useful to keep. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent bf8998c commit e163fa4

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

.cookiecutter-replay.json

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,43 +14,6 @@
1414
"pypi_package_name": "frequenz-sdk",
1515
"github_repo_name": "frequenz-sdk-python",
1616
"default_codeowners": "@frequenz-floss/python-sdk-team",
17-
"_extensions": [
18-
"jinja2_time.TimeExtension",
19-
"local_extensions.as_identifier",
20-
"local_extensions.default_codeowners",
21-
"local_extensions.github_repo_name",
22-
"local_extensions.introduction",
23-
"local_extensions.keywords",
24-
"local_extensions.pypi_package_name",
25-
"local_extensions.python_package",
26-
"local_extensions.src_path",
27-
"local_extensions.title"
28-
],
29-
"_template": "gh:frequenz-floss/frequenz-repo-config-python",
30-
},
31-
"_cookiecutter": {
32-
"Introduction": "{{cookiecutter | introduction}}",
33-
"type": [
34-
"actor",
35-
"api",
36-
"app",
37-
"lib",
38-
"model"
39-
],
40-
"name": null,
41-
"description": null,
42-
"title": "{{cookiecutter | title}}",
43-
"keywords": "(comma separated: 'frequenz', <type> and <name> are included automatically)",
44-
"github_org": "frequenz-floss",
45-
"license": [
46-
"MIT",
47-
"Proprietary"
48-
],
49-
"author_name": "Frequenz Energy-as-a-Service GmbH",
50-
"author_email": "[email protected]",
51-
"python_package": "{{cookiecutter | python_package}}",
52-
"pypi_package_name": "{{cookiecutter | pypi_package_name}}",
53-
"github_repo_name": "{{cookiecutter | github_repo_name}}",
54-
"default_codeowners": "(like @some-org/some-team; defaults to a team based on the repo type)"
17+
"_template": "gh:frequenz-floss/frequenz-repo-config-python"
5518
}
5619
}

0 commit comments

Comments
 (0)