We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f7e73 commit a553552Copy full SHA for a553552
pyproject.toml
@@ -30,6 +30,13 @@ classifiers = [
30
"Programming Language :: Python :: 3.11",
31
]
32
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
+
40
[tool.scikit-build]
41
wheel.packages = ["llama_cpp", "llama_cpp.server"]
42
wheel.expand-macos-universal-tags = true
0 commit comments