Add documentation and changelog links in pyproject
This commit is contained in:
parent
95d54808a5
commit
255d653ae3
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue