Skip to content

Commit

Permalink
Change project_repository variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugouel committed Sep 10, 2019
1 parent 52726fb commit 573310a
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"username": "matthieugouel",
"project_name": "Python Package Skeleton",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
"project_repository": "{{ cookiecutter.project_slug }}",
"project_repository": "{{ cookiecutter.project_slug.replace('_', '-') }}",
"project_short_description": "Python Package Skeleton short description",
"project_version": "0.1.0"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 573310a

Please sign in to comment.