pydantic-core icon indicating copy to clipboard operation
pydantic-core copied to clipboard

Add description to pyproject.toml

Open kevin-paulson-mindbridge-ai opened this issue 1 year ago • 1 comments

Adding a description to pyproject.toml will display this package nicer on the Python Package Index (PyPI) and listing tools like poetry show.

I suggest "Provides the core functionality for pydantic validation and serialization" based on the readme.

Or maybe there is a description somewhere else but it's not being applied: image

compared to: image

Looks like this was resolved by #1214