forked from frequenz-floss/frequenz-repo-config-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cookiecutter-replay.json
28 lines (28 loc) · 1.02 KB
/
.cookiecutter-replay.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"cookiecutter": {
"type": "lib",
"name": "repo-config",
"description": "Frequenz repository setup tools and common configuration",
"title": "Frequenz Repository Configuration",
"keywords": "frequenz,package,project,config,tool,repository,setuptools,nox,grpc,protobuf",
"github_org": "frequenz-floss",
"license": "MIT",
"author_name": "Frequenz Energy-as-a-Service GmbH",
"author_email": "[email protected]",
"python_package": "frequenz.repo.config",
"pypi_package_name": "frequenz-repo-config",
"github_repo_name": "frequenz-repo-config-python",
"default_codeowners": "@frequenz-floss/python-sdk-team",
"_extensions": [
"jinja2_time.TimeExtension",
"local_extensions.as_identifier",
"local_extensions.default_codeowners",
"local_extensions.github_repo_name",
"local_extensions.keywords",
"local_extensions.pypi_package_name",
"local_extensions.python_package",
"local_extensions.src_path",
"local_extensions.title"
]
}
}