Skip to content

Commit

Permalink
fix: pyproject url needs http(s)? too
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekStride committed Nov 21, 2024
1 parent 6eae31e commit 43510aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license.text = "MIT"
readme = "README.md"

[project.urls]
Homepage = "git+https://github.com/derekstride/tree-sitter-sql.git"
Homepage = "https://github.com/derekstride/tree-sitter-sql.git"

[project.optional-dependencies]
core = ["tree-sitter~=0.22"]
Expand Down

0 comments on commit 43510aa

Please sign in to comment.