Skip to content

Commit

Permalink
add urls for project
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Jan 3, 2025
1 parent b04e551 commit 8afcc90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ classifiers = [
[project.scripts]
djls = "djls:entrypoint"

[project.urls]
Documentation = "https://django-language-server.readthedocs.io/"
Issues = "https://github.com/joshuadavidthomas/django-language-server/issues"
Source = "https://github.com/joshuadavidthomas/django-language-server"

[tool.bumpver]
commit = true
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
Expand Down

0 comments on commit 8afcc90

Please sign in to comment.