diff options
Diffstat (limited to 'python/jaraco-packaging/README')
-rw-r--r-- | python/jaraco-packaging/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python/jaraco-packaging/README b/python/jaraco-packaging/README index ff6c75e75d2d8..c2ce83bc3cac3 100644 --- a/python/jaraco-packaging/README +++ b/python/jaraco-packaging/README @@ -1,11 +1,11 @@ Tools for packaging(dependency_tree). -A distutils command for reporting the dependency tree as resolved by setuptools. -Use after installing a package. +A distutils command for reporting the dependency tree as resolved by +setuptools. Use after installing a package. -A distutils command for reporting the attributes of a distribution, such as the -version or author name. +A distutils command for reporting the attributes of a distribution, +such as the version or author name. -Attributes may be specified as comma-separated or space-separated keys. -Results are printed using subprocess.list2cmdline so may be parsed using shlex.split. -By default, name and version are printed. +Attributes may be specified as comma-separated or space-separated +keys. Results are printed using subprocess.list2cmdline so may be +parsed using shlex.split. By default, name and version are printed. |