What happened?
When creating a new library project with name client-base, I changed the python_package variable from the default frequenz.client_common to frequenz.client.common, but files were still created as src/frequenz/client_common.
What did you expect instead?
I expected the directories to look like src/frequenz/client/common and all top-level files to be placed in there.
Affected version(s)
No response
Affected part(s)
Cookiecutter template (part:cookiecutter)
Extra information
FYI @shsms, please confirm if this is the issue you observed.
What happened?
When creating a new library project with name
client-base, I changed thepython_packagevariable from the defaultfrequenz.client_commontofrequenz.client.common, but files were still created assrc/frequenz/client_common.What did you expect instead?
I expected the directories to look like
src/frequenz/client/commonand all top-level files to be placed in there.Affected version(s)
No response
Affected part(s)
Cookiecutter template (part:cookiecutter)
Extra information
FYI @shsms, please confirm if this is the issue you observed.