Skip to content

Commit 4266db6

Browse files
committed
Clean config and improve basic documentation
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 144fe50 commit 4266db6

5 files changed

Lines changed: 32 additions & 7 deletions

File tree

CHANGELOG.rst

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

7+
Version 21.1.21
8+
---------------
9+
10+
*2020-01-21*
11+
- Improve error reporting when oding missing DLLs
12+
- Clean config and improve basic documentation
13+
714

815
Version 21.1.14
9-
----------------
16+
---------------
1017

1118
*2020-11-12*
1219
- Update dependencies

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ CommonCode
66
- homepage_url: https://github.com/nexB/commoncode
77
- keywords: utilities, scancode-toolkit, commoncode
88

9-
109
Commoncode provides a set of common functions and utilities for handling various things like paths,
11-
dates, files and hashes. Originally split from scancode-toolkit
12-
10+
dates, files and hashes. It started as library in scancode-toolkit.
1311
Visit https://aboutcode.org and https://github.com/nexB/ for support and download.
1412

13+
14+
To install this package use::
15+
16+
pip install commoncode]
17+
18+
1519
To set up the development environment::
1620

1721
source configure

commoncode.ABOUT

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: .
2+
copyright: copyright (c) nexB. Inc. and others
3+
description: Commoncode provides a set of common functions and utilities for
4+
handling various things like paths, dates, files and hashes. It started as
5+
library in scancode-toolkit.
6+
keywords: utilities, commoncode, scancode-toolkit
7+
homepage_url: https://github.com/nexB/commoncode
8+
holder: nexB. Inc. and others
9+
holder_contact: info@aboutcode.org
10+
homepage_url: https://github.com/nexB/commoncode
11+
license_expression: apache-2.0
12+
name: commoncode
13+
package_url: pkg:pypi/commoncode
14+
primary_language: Python

etc/ci/azure-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33
image_name: ''
44
python_versions: []
55
test_suites: {}
6-
python_architecture: x86
6+
python_architecture: x64
77

88
jobs:
99
- job: ${{ parameters.job_name }}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ norecursedirs = [
3131
"thirdparty",
3232
"tmp",
3333
"tests/data",
34-
".eggs"
34+
".eggs",
3535
]
36-
36+
3737
python_files = "*.py"
3838

3939
python_classes = "Test"

0 commit comments

Comments
 (0)