diff --git a/pyproject.toml b/pyproject.toml index e105f3d..cca0cb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,11 @@ dev = [ ] hnsw = ["hnswlib"] +[project.urls] +"Homepage" = "https://github.com/MinishLab" +"Bug Reports" = "https://github.com/MinishLab/vicinity/issues" +"Source" = "https://github.com/MinishLab/vicinity" + [tool.ruff] exclude = [".venv/"] line-length = 120