mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-19 14:16:22 -04:00
docs: update README messaging
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
BIN
.github/assets/main-banner.png
vendored
BIN
.github/assets/main-banner.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB |
BIN
.github/assets/output.gif
vendored
BIN
.github/assets/output.gif
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 MiB |
@@ -82,11 +82,7 @@ Twitter = "https://twitter.com/bentomlai"
|
||||
src-dir = "src/openllm"
|
||||
|
||||
[build-system]
|
||||
requires = [
|
||||
"hatchling==1.25.0",
|
||||
"hatch-vcs==0.4.0",
|
||||
"hatch-fancy-pypi-readme==24.1.0",
|
||||
]
|
||||
requires = ["hatchling==1.25.0", "hatch-vcs==0.4.0"]
|
||||
build-backend = 'hatchling.build'
|
||||
|
||||
[tool.hatch.version]
|
||||
@@ -112,25 +108,3 @@ only-include = ["src/openllm"]
|
||||
sources = ["src"]
|
||||
[tool.hatch.build.targets.sdist]
|
||||
exclude = ["/.git_archival.txt", "/.python-version-default"]
|
||||
|
||||
[tool.hatch.metadata.hooks.fancy-pypi-readme]
|
||||
content-type = "text/markdown"
|
||||
# PyPI doesn't support the <picture> tag.
|
||||
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
text = """
|
||||
<p align="center">
|
||||
<a href="https://github.com/bentoml/openllm">
|
||||
<img src="https://raw.githubusercontent.com/bentoml/openllm/main/.github/assets/main-banner.png" alt="Banner for OpenLLM" />
|
||||
</a>
|
||||
</p>
|
||||
"""
|
||||
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
end-before = "\n<!-- hatch-fancy-pypi-readme intro stop -->"
|
||||
path = "README.md"
|
||||
start-after = "<!-- hatch-fancy-pypi-readme intro start -->\n"
|
||||
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
text = """
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/bentoml/openllm/main/.github/assets/output.gif" alt="Gif showing OpenLLM Intro" />
|
||||
</p>
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user