Add documentation and changelog links in pyproject

This commit is contained in:
Andrei Betlen 2023-09-14 04:00:37 -04:00
parent 95d54808a5
commit 255d653ae3

View file

@ -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"