Skip to content

Commit 10672f4

Browse files
authored
Merge pull request matplotlib#19895 from story645/3pp
Added PyPI info to third party page
2 parents d82e2d4 + f970faa commit 10672f4

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

doc/thirdpartypackages/index.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ Third party packages
55
********************
66

77
Several external packages that extend or build on Matplotlib functionality are
8-
listed below. They are maintained and distributed separately from Matplotlib
9-
and thus need to be installed individually.
10-
11-
Please submit an issue or pull request on GitHub if you have created
12-
a package that you would like to have included. We are also happy to
13-
host third party packages within the `Matplotlib GitHub Organization
8+
listed below. You can find more packages at `PyPI <https://pypi.org/search/?q=&o=&c=Framework+%3A%3A+Matplotlib>`_.
9+
They are maintained and distributed separately from Matplotlib,
10+
and thus need to be installed individually.
11+
12+
If you have a created a package that extends or builds on Matplotlib
13+
and would like to have your package listed on this page, please submit
14+
an issue or pull request on GitHub. The pull request should include a short
15+
description of the library and an image demonstrating the functionality.
16+
To be included in the PyPI listing, please include ``Framework :: Matplotlib``
17+
in the classifier list in the ``setup.py`` file for your package. We are also
18+
happy to host third party packages within the `Matplotlib GitHub Organization
1419
<https://github.com/matplotlib>`_.
1520

21+
1622
Mapping toolkits
1723
****************
1824

0 commit comments

Comments
 (0)