Skip to content

🔧 chore: correct package metadata and widen discoverability#616

Merged
gaborbernat merged 1 commit into
tox-dev:mainfrom
gaborbernat:chore/pkg-metadata
Jul 8, 2026
Merged

🔧 chore: correct package metadata and widen discoverability#616
gaborbernat merged 1 commit into
tox-dev:mainfrom
gaborbernat:chore/pkg-metadata

Conversation

@gaborbernat

Copy link
Copy Markdown
Member

The published package metadata lagged the project. The Trove classifiers still declared Development Status :: 3 - Alpha even though 1.0.0 shipped, so PyPI presented the library as pre-release. This corrects it to 5 - Production/Stable.

It also widens discoverability: the classifiers gain the Markdown and XML markup topics and Typing :: Typed (the package ships type information), and the keyword list grows from the five escaping/parsing terms to cover the rest of the surface — sanitize, markdown, minify, scraping, encoding-detection, css-selector, xpath, and xml — so a search for those tasks finds turbohtml.

No code or behavior changes; metadata only.

The classifiers still declared Development Status :: 3 - Alpha after the 1.0.0
release; correct it to 5 - Production/Stable. Add the Markdown and XML markup
topics and Typing :: Typed to reflect the shipped surface, and widen the
keywords (sanitize, markdown, minify, scraping, encoding-detection, css-selector,
xpath, xml) so the package turns up for the tasks it covers.
@gaborbernat gaborbernat added the enhancement New feature or request label Jul 8, 2026
@codspeed-hq

codspeed-hq Bot commented Jul 8, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 91 untouched benchmarks
⏩ 18 skipped benchmarks1


Comparing gaborbernat:chore/pkg-metadata (cea3d70) with main (84471ec)

Open in CodSpeed

Footnotes

  1. 18 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@gaborbernat gaborbernat merged commit 146dc21 into tox-dev:main Jul 8, 2026
48 checks passed
@gaborbernat gaborbernat deleted the chore/pkg-metadata branch July 10, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant