From 0a69b100cceb6e3fa77ceac16173c250736f54e2 Mon Sep 17 00:00:00 2001 From: caerulescens Date: Thu, 2 Nov 2023 22:11:38 -0400 Subject: [PATCH 1/2] chore: add classifier for filtering on sphinx + pydantic --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 01ce7663..f413ab18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,8 @@ repository = "https://github.com/mansenfranzen/autodoc_pydantic" documentation = "https://github.com/mansenfranzen/autodoc_pydantic" keywords = ["sphinx", "pydantic", "autodoc", "documentation", "extension"] classifiers = [ + "Framework :: Pydantic", + "Framework :: Pydantic :: 2", "Framework :: Sphinx :: Extension", "Topic :: Documentation :: Sphinx", "Topic :: Software Development :: Documentation" From 21173f8fd972f7af69b14d2f311b185c3ff48183 Mon Sep 17 00:00:00 2001 From: mansenfranzen Date: Wed, 27 Dec 2023 22:43:07 +0100 Subject: [PATCH 2/2] Update changelog [skip ci]. --- changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.rst b/changelog.rst index c97e44b2..44b0b897 100644 --- a/changelog.rst +++ b/changelog.rst @@ -37,6 +37,11 @@ Internal - Fix deprecation warning for tuple interface of ``ObjectMember`` in ``directives/autodocumenters.py``. +Documentation +~~~~~~~~~~~~~ + +- Add pydantic to PyPI classifiers to improve discoverability. + Contributors ~~~~~~~~~~~~ @@ -50,6 +55,9 @@ Contributors ``directives/autodocumenters.py`` `#174 `__ and `j-carson `__ for reporting it. +- Thanks to `caerulescens `__ for providing a + PR to add pydantic to PyPI classifiers + `#179 `__. v2.0.1 - 2023-08-01 -------------------