summaryrefslogtreecommitdiffstats
path: root/python/pkginfo
diff options
context:
space:
mode:
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
commitf5e29bd7f7ede63c1a1bd94dcc325b6d677e5bd5 (patch)
tree57ce362f547a3a7fe007aacf04cfbc6754080022 /python/pkginfo
parentd63fba5c6ef2e3e7f4bddae241dc7673cfa3aa4e (diff)
downloadslackbuilds-f5e29bd7f7ede63c1a1bd94dcc325b6d677e5bd5.tar.gz
slackbuilds-f5e29bd7f7ede63c1a1bd94dcc325b6d677e5bd5.tar.xz
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/README11
1 files changed, 6 insertions, 5 deletions
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).