diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:06:47 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:56 -0400 |
commit | f5e29bd7f7ede63c1a1bd94dcc325b6d677e5bd5 (patch) | |
tree | 57ce362f547a3a7fe007aacf04cfbc6754080022 /python/pkginfo | |
parent | d63fba5c6ef2e3e7f4bddae241dc7673cfa3aa4e (diff) |
python/pkginfo: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pkginfo')
-rw-r--r-- | python/pkginfo/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/pkginfo/README b/python/pkginfo/README index d1909d6ff9b1..ea5e5d21f9b5 100644 --- a/python/pkginfo/README +++ b/python/pkginfo/README @@ -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). |