Skip to content

Commit c7c7a40

Browse files
authored
Merge pull request #738 from arshadrr/add-trove-classifiers
Add trove-classifiers to key projects
2 parents 8b98b9f + 2f03612 commit c7c7a40

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

source/key_projects.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,32 @@ Package>`, especially ones that have dependencies on other packages.
198198
v0.7), thereby making setuptools the primary choice for Python packaging.
199199

200200

201+
.. _trove-classifiers:
202+
203+
trove-classifiers
204+
=================
205+
206+
`Issues <https://github.com/pypa/trove-classifiers/issues>`__ | `GitHub
207+
<https://github.com/pypa/trove-classifiers>`__ | `PyPI
208+
<https://pypi.org/project/trove-classifiers/>`__
209+
210+
trove-classifiers is the canonical source for `classifiers on PyPI
211+
<https://pypi.org/classifiers/>`_, which project maintainers use to
212+
`systematically describe their projects
213+
<https://packaging.python.org/specifications/core-metadata/#classifier-multiple-use>`_
214+
so that users can better find projects that match their needs on the PyPI.
215+
216+
The trove-classifiers package contains a list of valid classifiers and
217+
deprecated classifiers (which are paired with the classifiers that replace
218+
them). Use this package to validate classifiers used in packages intended for
219+
uploading to PyPI. As this list of classifiers is published as code, you
220+
can install and import it, giving you a more convenient workflow compared to
221+
referring to the `list published on PyPI <https://pypi.org/classifiers/>`_. The
222+
`issue tracker <https://github.com/pypa/trove-classifiers/issues>`_ for the
223+
project hosts discussions on proposed classifiers and requests for new
224+
classifiers.
225+
226+
201227
.. _twine:
202228

203229
twine

0 commit comments

Comments
 (0)