We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3769bf0 commit eff4926Copy full SHA for eff4926
setup.cfg
@@ -4,10 +4,10 @@ version = 0.4.12
4
author = Kovid Goyal
5
author_email = [email protected]
6
description = Fast C based HTML 5 parsing for python
7
-license = Apache 2.0
+license = Apache-2.0
8
url = https://html5-parser.readthedocs.io
9
platforms = any
10
-classifiers =
+classifiers =
11
Development Status :: 5 - Production/Stable
12
Intended Audience :: Developers
13
License :: OSI Approved :: Apache Software License
@@ -23,7 +23,7 @@ classifiers =
23
package_dir =
24
=src
25
packages = html5_parser
26
-install_requires =
+install_requires =
27
chardet
28
lxml>=3.8.0
29
0 commit comments