diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 23:28:17 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | b71c4f5f4d9e197346d8d1e980476052f1e18a6d (patch) | |
tree | 808f7075cd3c5786a1f679169558d8e04f046cef /python | |
parent | e9808dedfd70bb7e40756fd207e7468438319563 (diff) |
python/pkginfo: Fix slack-desc.
Diffstat (limited to 'python')
-rw-r--r-- | python/pkginfo/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pkginfo/slack-desc b/python/pkginfo/slack-desc index 2b617377d730..9700c2d496d1 100644 --- a/python/pkginfo/slack-desc +++ b/python/pkginfo/slack-desc @@ -12,7 +12,7 @@ pkginfo: This package provides an API for querying the distutils metadata pkginfo: written in the PKG-INFO file inside a source distriubtion (an sdist) pkginfo: or a binary distribution (e.g., created by running bdist_egg). It pkginfo: can also query the EGG-INFO directory of an installed distribution, -pkginfo: and the *.egg-info stored in a “development checkout” (e.g, created +pkginfo: and the *.egg-info stored in a "development checkout" (e.g, created pkginfo: by running setup.py develop). pkginfo: pkginfo: Homepage: http://pythonhosted.org/pkginfo/ |