Skip to content

Commit

Permalink
Merge branch '32-update-options-for-generated-urls-to-support-move-of…
Browse files Browse the repository at this point in the history
…-snappy-platform-to-sub-folder' into 'master'

Resolve "Update options for generated URLs to support move of SNAPPY platform to sub-folder."

Closes #32

See merge request WEISS/SoftwareRepositories/PythonTemplate!10
  • Loading branch information
Thomas Dowrick committed Nov 27, 2018
2 parents d25de41 + 18ccad5 commit 15507d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"repository_server": ["https://weisslab.cs.ucl.ac.uk", "https://cmiclab.cs.ucl.ac.uk", "https://github.com", "https://gitlab.com"],
"full_name": "Your Name",
"repository_profile_name": "{{ cookiecutter.full_name|replace(' ', '') }}",
"repository_path": ["{{ cookiecutter.repository_profile_name }}/{{ cookiecutter.project_slug }}", "{% if cookiecutter.repository_server == 'https://weisslab.cs.ucl.ac.uk' %}WEISS/SoftwareRepositories{% elif cookiecutter.repository_server == 'https://cmiclab.cs.ucl.ac.uk' %}CMIC{% else %}niftk{% endif %}/{{ cookiecutter.project_slug }}"],
"repository_path": ["{{ cookiecutter.repository_profile_name }}/{{ cookiecutter.project_slug }}",
"{% if cookiecutter.repository_server == 'https://weisslab.cs.ucl.ac.uk' %}WEISS/SoftwareRepositories{% elif cookiecutter.repository_server == 'https://cmiclab.cs.ucl.ac.uk' %}CMIC{% else %}niftk{% endif %}/{{ cookiecutter.project_slug }}",
"{% if cookiecutter.repository_server == 'https://weisslab.cs.ucl.ac.uk' %}WEISS/SoftwareRepositories/SNAPPY{% endif %}/{{ cookiecutter.project_slug }}"],
"project_url": "{{ cookiecutter.repository_server }}/{{ cookiecutter.repository_path }}",
"open_source_license": ["BSD-3 license", "Apache Software License 2.0", "MIT License"],
"copyright_holder": "University College London"
Expand Down

0 comments on commit 15507d2

Please sign in to comment.