Skip to content

Commit 8e92668

Browse files
committed
Use single line description in setup.cfg
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent e370bc3 commit 8e92668

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGELOG.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Release notes
55
Version 21.1.9.1
66
----------------
77

8-
*2021-01-09*
8+
*2021-01-09*
99
- Work around Python bug https://github.com/nexB/typecode/issues/14
1010

1111

1212
Version 21.1.9
1313
----------------
1414

15-
*2021-01-09*
15+
*2021-01-09*
1616
- Remove Python 2
1717
- Switch to plain Apache license per https://github.com/nexB/scancode-toolkit/issues/2337
1818
- Improve documentation
@@ -22,28 +22,28 @@ Version 21.1.9
2222
Version 21.1.8.1
2323
----------------
2424

25-
*2021-01-08*
25+
*2021-01-08*
2626
- Upgrade to latest boilerplate skeletton
2727
- Improve detection of Windows executables
2828

2929

3030
Version 20.10.20
3131
----------------
3232

33-
*2020-10-20*
33+
*2020-10-20*
3434
- Roll back Pygments and vendor with vendy
3535

3636

3737
Version 20.10
3838
-------------
3939

40-
*2020-10-05*
40+
*2020-10-05*
4141
- Code for content-based lexers from Pygments has been updated from v 2.2.0 to v 2.7.1
4242
- Create data driven filetype tests and update test expectations
4343

4444

4545
Version 20.09
4646
-------------
4747

48-
*2020-09-24*
48+
*2020-09-24*
4949
- Initial release.

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ name = typecode
44
author = nexB. Inc. and others
55
author_email = info@aboutcode.org
66

7-
description = TypeCode provides comprehensive filetype and mimetype detection using multiple
8-
detectors including libmagic (included as a dependency for Linux, Windows and
9-
macOS) and Pygments. It started as library in scancode-toolkit.
7+
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
8+
description = Comprehensive filetype and mimetype detection using libmagic and Pygments.
109

1110
long_description = file:README.rst
1211
license = Apache-2.0
@@ -25,6 +24,9 @@ keywords =
2524
scancode-toolkit
2625
typecode
2726

27+
28+
29+
2830
[options]
2931
package_dir=
3032
=src

0 commit comments

Comments
 (0)