Open bobleesj opened 1 month ago
I think it should be bg-mpl-stylesheets
shouldn't it?
If we use src/bg-mpl-stylesheets
, then we get the following:
I think it should be bg_mpl_stylesheets
. So, we need to fix it one way or another for non-namespace packages containing -
."
Also look into /src/billingegroup/*/version.cfg
generated in .gitignore
instead of /src/bg_mpl_stylesheets/*/version.cfg
Addressed by https://github.com/Billingegroup/bg-mpl-stylesheets/pull/65#discussion_r1776254902
Yes, the import name has to have underscores. But everything else is with dashes. Directories, repo and package name
I assumed the package_dir_name to be bg_mpl_stylesheets during the cookiecutter setup:
However, after generating the repository, the directory structure shows:
It seems that
package_dir_name
was set tobg-mpl-stylesheets
instead ofbg_mpl_stylesheets
.