Conversation
PyPI lets people browse packages by trove classifier, and `Framework :: Matplotlib` is the facet for matplotlib-related packages: https://pypi.org/search/?c=Framework+%3A%3A+Matplotlib PyWaffle is not in it today. The matplotlib third-party package list asks contributors to set the classifier, and its page points readers at that facet to find packages beyond the ones listed there, so being absent costs visibility in both places. Verified the string against the canonical pypa/trove-classifiers list and confirmed it reaches the built metadata: Classifier: Framework :: Matplotlib Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
gyli
force-pushed
the
chore/matplotlib-classifier
branch
from
September 18, 2026 01:50
7dd38fa to
f64defc
Compare
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.
What
One line in
pyproject.toml, plus a changelog entry:Why
PyPI lets people browse by trove classifier, and
Framework :: Matplotlibis the facet for matplotlib-related packages: https://pypi.org/search/?c=Framework+%3A%3A+MatplotlibPyWaffle is not in it today. Checked against the live PyPI metadata for 1.2.0, which has no
Framework ::classifier at all.Two things point at that facet:
So being absent costs visibility in both places, and the fix is free.
Verification
The string is in the canonical pypa/trove-classifiers list, so PyPI will not reject the upload.
Built a wheel and confirmed it reaches the metadata:
No code change, so nothing to test beyond the build.
Part of GW-57.
馃 Generated with Claude Code