Skip to content

Commit a553552

Browse files
committed
Add project urls to pyproject
1 parent c0f7e73 commit a553552

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ classifiers = [
3030
"Programming Language :: Python :: 3.11",
3131
]
3232

33+
[project.urls]
34+
Homepage = "https://github.com/abetlen/llama-cpp-python"
35+
Documentation = "https://abetlen.github.io/llama-cpp-python"
36+
Discussions = "https://github.com/abetlen/llama-cpp-python/discussions"
37+
Issues = "https://github.com/abetlen/llama-cpp-python/issues"
38+
Changelog = "https://github.com/abetlen/llama-cpp-python/blob/main/CHANGELOG.md"
39+
3340
[tool.scikit-build]
3441
wheel.packages = ["llama_cpp", "llama_cpp.server"]
3542
wheel.expand-macos-universal-tags = true

0 commit comments

Comments
 (0)