mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-11 04:46:38 +00:00
add urls for project
This commit is contained in:
parent
b04e551f66
commit
8afcc90bcb
1 changed files with 5 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue