Skip to content

Commit

Permalink
fix project URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 24, 2024
1 parent 51f9b8d commit dd67cb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,10 @@ all = ["{{ cookiecutter.project_name | replace(" ", "-") }}[dev]"]

[project.urls]
# "Homepage" = "https://{{ cookiecutter.project_name }}.readthedocs.io/"
# "Changelog" = "https://{{ cookiecutter.project_name }}.readthedocs.io/en/stable/history.html"
# "Changelog" = "https://{{ cookiecutter.project_name }}.readthedocs.io/en/stable/changelog.html"
# "About Ouranos" = "https://ouranos.ca/en/"
"Issue tracker" = "{{ cookiecutter.__gh_slug }}/issues"
"changelog" = "{{ cookiecutter.__gh_slug }}/blob/main/CHANGELOG.rst"
"homepage" = "{{ cookiecutter.__gh_slug }}"
"Source" = "{{ cookiecutter.__gh_slug }}"

[tool]
{%- if cookiecutter.use_black == 'y' %}
Expand Down

0 comments on commit dd67cb0

Please sign in to comment.