Skip to content

Commit

Permalink
Add documentation and changelog links in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Sep 14, 2023
1 parent 95d5480 commit 255d653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ input = "llama_cpp/__init__.py"
[project.urls]
Homepage = "https://github.com/abetlen/llama-cpp-python"
Issues = "https://github.com/abetlen/llama-cpp-python/issues"
Documentation = "https://llama-cpp-python.readthedocs.io/en/latest/"
Changelog = "https://llama-cpp-python.readthedocs.io/en/latest/changelog/"

[tool.pytest.ini_options]
addopts = "--ignore=vendor"
Expand Down

0 comments on commit 255d653

Please sign in to comment.