Skip to content

Commit

Permalink
Merge pull request #179 from caerulescens/feature/add-pydantic-classi…
Browse files Browse the repository at this point in the history
…fier

Add classifier for filtering on sphinx + pydantic
  • Loading branch information
mansenfranzen authored Dec 27, 2023
2 parents fbac469 + 21173f8 commit 4e17a6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~

Expand All @@ -50,6 +55,9 @@ Contributors
``directives/autodocumenters.py``
`#174 <https://github.com/mansenfranzen/autodoc_pydantic/issues/174>`__ and
`j-carson <https://github.com/j-carson>`__ for reporting it.
- Thanks to `caerulescens <https://github.com/caerulescens>`__ for providing a
PR to add pydantic to PyPI classifiers
`#179 <https://github.com/mansenfranzen/autodoc_pydantic/pull/179>`__.

v2.0.1 - 2023-08-01
-------------------
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4e17a6a

Please sign in to comment.