Skip to content

Commit de3dccd

Browse files
committed
Merge branch '175-latest-python' of github.com:NLeSC/python-template into 175-latest-python
2 parents 58c0614 + 0a9fe05 commit de3dccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/pre_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"package_name": cookiecutter.package_name.lower().replace(" ", "_").replace("-", "_"),
66
"project_name": cookiecutter.project_name.lower().replace(" ", "-"),
77
"full_name": cookiecutter.full_name.replace('\"', '\\\"'),
8-
"repository": "https://github.com/" + cookiecutter.github_organization + "/" + cookiecutter.project_name.lower().replace("-", "_"),
8+
"repository": "https://github.com/" + cookiecutter.github_organization + "/" + cookiecutter.project_name.lower().replace(" ", "-"),
99
"package_short_description": cookiecutter.package_short_description.replace('\"', '\\\"')
1010
}) }}

0 commit comments

Comments
 (0)