Skip to content

Commit

Permalink
Improved the default project URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Apr 7, 2024
1 parent 020aa7e commit f7698c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ dependencies = [
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/asphalt-framework/asphalt-{{ project_name }}"
Documentation = "https://asphalt-{{ project_name }}.readthedocs.org/en/latest/"
"Source code" = "https://github.com/asphalt-framework/asphalt-{{ project_name }}"
"Issue tracker" = "https://github.com/asphalt-framework/asphalt-{{ project_name }}/issues"
"Help and support" = "https://github.com/asphalt-framework/asphalt/wiki/Help-and-support"

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit f7698c5

Please sign in to comment.