chore(meta): rich PyPI metadata + README freshness (discoverability) - #29
Merged
Conversation
The PyPI page rendered empty (no readme/keywords/classifiers/URLs), so the package didn't surface in PyPI search or category browsing and showed no description. Fix the packaging metadata so the next release has a full page: - readme = "README.md" -> the README renders on PyPI (text/markdown). - keywords (huggingface, llm, ollama, gguf, local-llm, llama-cpp, mlx, vllm, inference, openai-api, self-hosted, ...). - classifiers (AI topic, audiences, Python 3.10-3.13, console, FastAPI). - [project.urls]: Homepage (docs site), Repository, Issues, Changelog. - authors. README: maturity Alpha (v0.12.2) -> Beta (v0.13.0) (was stale + scary). GitHub "About" (set out-of-band): homepage -> docs site, topics expanded. Validated with `python -m build` + `twine check` (both PASS). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wins de descubribilidad/SEO inmediatos (riesgo cero, validados con
twine check).Problema
La ficha de PyPI de
hflrenderizaba vacía: sinreadme,keywords,classifiersniproject.urls. Resultado: no rankea en búsqueda/categorías de PyPI y la página no muestra descripción.Cambios
readme = "README.md"→ el README se renderiza en PyPI (markdown).keywords(huggingface, llm, ollama, gguf, local-llm, llama-cpp, mlx, vllm, inference, openai-api, self-hosted, ai, transformers, model-serving).classifiers(AI, audiencias dev/research, Python 3.10–3.13, Console, FastAPI, OS Independent).[project.urls]— Homepage (docs), Repository, Issues, Changelog (enlaces en la sidebar de PyPI).authors.Alpha (v0.12.2)→Beta (v0.13.0)(estaba obsoleto y ahuyentaba).Además (fuera del PR, ya aplicado en settings): GitHub About con homepage → sitio de docs y topics ampliados (gguf, llama-cpp, mlx, vllm, inference, self-hosted, ai, model-serving, transformers, privacy).
Verificación
python -m build+twine check dist/*→ PASSED (wheel + sdist); METADATA con 14 keywords, 13 classifiers, 5 URLs,text/markdown. Suite verde.🤖 Generated with Claude Code