Skip to content

Commit 8581232

Browse files
story645timhoffm
andauthored
added framework :: matplotlib to readme
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]>
1 parent 80ec8b8 commit 8581232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Note: The name of the yml file and the name of the repo should ideally match.
2424
The `section` entry should be one of the sections listed in
2525
[./section_names.yml](https://github.com/matplotlib/mpl-third-party/blob/main/section_names.yml).
2626

27+
### PyPI Classifier
28+
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+
2730
## Development
2831

2932
The list of yml files in `packages/` is parsed by `python/build.py` using `template.rst` and

0 commit comments

Comments
 (0)