Skip to content

Commit 4525fb7

Browse files
committed
Improve documentation
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 1741e5b commit 4525fb7

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ Release notes
44
vNext
55
-----
66

7+
Version 21.1.21
8+
---------------
9+
10+
*2021-01-21*
11+
- Fix bug related to commoncode libraries loading
12+
- improve the extra requirements
13+
- set minimum version for dependencies
14+
- Improve documentation
15+
16+
717
Version 21.1.15
8-
-------------
18+
---------------
919

1020
*2021-01-15*
1121
- Drop support for Python 2

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ExtractCode
44
- license: Apache-2.0
55
- copyright: copyright (c) nexB. Inc. and others
66
- homepage_url: https://github.com/nexB/extractode
7-
- keywords: archiev, extraction, libarchive, 7zip, scancode-toolkit
7+
- keywords: archive, extraction, libarchive, 7zip, scancode-toolkit
88

99

1010
ExtractCode is a universal archive extractor. It uses behind the scenes

extractcode.ABOUT

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
about_resource: .
2+
copyright: copyright (c) nexB. Inc. and others
3+
description: A mostly universal archive extractor using z7zip, libarchve, other
4+
libraries and the Python standard library for reliable archive extraction.
5+
It is used by ScanCode toolkit and related projects
6+
keywords: archive, extraction, libarchive, 7zip, scancode-toolkit
7+
homepage_url: https://github.com/nexB/extractcode
8+
holder: nexB. Inc. and others
9+
holder_contact: info@aboutcode.org
10+
license_expression: apache-2.0
11+
name: extractcode
12+
package_url: pkg:pypi/extractcode
13+
primary_language: Python

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author_email = info@aboutcode.org
1010
license = Apache-2.0
1111

1212
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
13-
description = A set of utilities and functions for extracting archives.
13+
description = A mostly universal archive extractor using z7zip, libarchve, other libraries and the Python standard library for reliable archive extraction.
1414
long_description = file:README.rst
1515
url = https://github.com/nexB/extractcode
1616
classifiers =

0 commit comments

Comments
 (0)