Add project urls to pyproject

This commit is contained in:
Andrei Betlen 2023-06-09 16:52:17 -04:00
parent c0f7e739c9
commit a553552868

View file

@ -30,6 +30,13 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
[project.urls]
Homepage = "https://github.com/abetlen/llama-cpp-python"
Documentation = "https://abetlen.github.io/llama-cpp-python"
Discussions = "https://github.com/abetlen/llama-cpp-python/discussions"
Issues = "https://github.com/abetlen/llama-cpp-python/issues"
Changelog = "https://github.com/abetlen/llama-cpp-python/blob/main/CHANGELOG.md"
[tool.scikit-build]
wheel.packages = ["llama_cpp", "llama_cpp.server"]
wheel.expand-macos-universal-tags = true