File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ Release notes
55Version 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
1212Version 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
2222Version 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
3030Version 20.10.20
3131----------------
3232
33- *2020-10-20 *
33+ *2020-10-20 *
3434- Roll back Pygments and vendor with vendy
3535
3636
3737Version 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
4545Version 20.09
4646-------------
4747
48- *2020-09-24 *
48+ *2020-09-24 *
4949- Initial release.
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ name = typecode
44author = nexB. Inc. and others
55author_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
1110long_description = file:README.rst
1211license = Apache-2.0
@@ -25,6 +24,9 @@ keywords =
2524 scancode-toolkit
2625 typecode
2726
27+
28+
29+
2830[options]
2931package_dir =
3032 =src
You can’t perform that action at this time.
0 commit comments