Skip to content

Commit

Permalink
add urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirdegree committed Mar 10, 2023
1 parent 7cebb61 commit 0975476
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "language_server_protocol"
authors = [{name="Joel Christiansen"}]
version = "0.0.4"
version = "0.0.5"
dynamic = ['dependencies']
readme = "README.md"
requires-python = ">=3.11"
Expand All @@ -13,6 +13,11 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]

[project.urls]
Documentation="https://language-server-protocol.readthedocs.io/en/latest/index.html"
github="https://github.com/Thirdegree/language-server-protocol"
Pypi="https://pypi.org/project/language-server-protocol/"

[tool.vulcan]
no-lock = true

Expand Down

0 comments on commit 0975476

Please sign in to comment.