python/pkginfo: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 11:06:47 -04:00
parent d63fba5c6e
commit f5e29bd7f7
1 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,6 @@
This package provides an API for querying the distutils metadata written
in the PKG-INFO file inside a source distriubtion (an sdist) or a binary
distribution (e.g., created by running bdist_egg). It can also query the
EGG-INFO directory of an installed distribution, and the *.egg-info stored
in a "development checkout" (e.g, created by running setup.py develop).
This package provides an API for querying the distutils metadata
written in the PKG-INFO file inside a source distriubtion (an sdist)
or a binary distribution (e.g., created by running bdist_egg). It
can also query the EGG-INFO directory of an installed distribution,
and the *.egg-info stored in a "development checkout" (e.g, created by
running setup.py develop).