You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the [last version](https://matplotlib.org/3.4.3/thirdpartypackages/index.html) of the third party docs, we had a sentence about the trove classifier
> To be included in the PyPI listing, please include Framework :: Matplotlib in the classifier list in the setup.py file for your package.
that we didn't port over originally, It's a little awkward here, but this is probably the best place to put the information for the audience of people we want to use it.
Co-authored-by: Tim Hoffmann <[email protected]>
Please add the `Framework :: Matplotlib` PyPI Trove classifier to your package's [setup configuration](https://packaging.python.org/en/latest/tutorials/packaging-projects/#configuring-metadata) to be included in a listing of [Matplotlib related projects](https://pypi.org/search/?c=Framework+%3A%3A+Matplotlib) on PyPI.
29
+
27
30
## Development
28
31
29
32
The list of yml files in `packages/` is parsed by `python/build.py` using `template.rst` and
0 commit comments