Skip to content

Commit eff4926

Browse files
committed
Change license to SPDX identifier
1 parent 3769bf0 commit eff4926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = 0.4.12
44
author = Kovid Goyal
55
author_email = [email protected]
66
description = Fast C based HTML 5 parsing for python
7-
license = Apache 2.0
7+
license = Apache-2.0
88
url = https://html5-parser.readthedocs.io
99
platforms = any
10-
classifiers =
10+
classifiers =
1111
Development Status :: 5 - Production/Stable
1212
Intended Audience :: Developers
1313
License :: OSI Approved :: Apache Software License
@@ -23,7 +23,7 @@ classifiers =
2323
package_dir =
2424
=src
2525
packages = html5_parser
26-
install_requires =
26+
install_requires =
2727
chardet
2828
lxml>=3.8.0
2929

0 commit comments

Comments
 (0)