From f5e29bd7f7ede63c1a1bd94dcc325b6d677e5bd5 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 14 Mar 2022 11:06:47 -0400 Subject: python/pkginfo: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/pkginfo/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'python/pkginfo') diff --git a/python/pkginfo/README b/python/pkginfo/README index d1909d6ff9..ea5e5d21f9 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). -- cgit v1.2.3