@@ -9,18 +9,46 @@ requires = [
99
1010[project ]
1111name = ' selectolax'
12- version = ' 0.3.29 '
12+ version = ' 0.3.30 '
1313description = ' Fast HTML5 parser with CSS selectors.'
1414readme = ' README.rst'
15- requires-python = ' >=3.8 '
16- license = {file = ' LICENSE' }
15+ requires-python = ' >=3.9 '
16+ license = { file = ' LICENSE' }
1717authors = [
18- {name = ' Artem Golubin' , email = ' me@rushter.com' }
18+ { name = ' Artem Golubin' , email = ' me@rushter.com' }
1919]
2020dependencies = [
21- " Cython==3.0.11" ,
21+ " Cython==3.0.11" ,
22+ ]
23+ keywords = [
24+ " selectolax" ,
25+ " html" ,
26+ " parser" ,
27+ " css" ,
28+ " fast" ,
29+ ]
30+ classifiers = [
31+ " Development Status :: 5 - Production/Stable" ,
32+ " Topic :: Text Processing :: Markup :: HTML" ,
33+ " Topic :: Internet" ,
34+ " Topic :: Internet :: WWW/HTTP" ,
35+ " Intended Audience :: Developers" ,
36+ " License :: OSI Approved :: MIT License" ,
37+ " Natural Language :: English" ,
38+ " Programming Language :: Python :: 3" ,
39+ " Programming Language :: Python :: 3.9" ,
40+ " Programming Language :: Python :: 3.10" ,
41+ " Programming Language :: Python :: 3.11" ,
42+ " Programming Language :: Python :: 3.12" ,
43+ " Programming Language :: Python :: 3.13" ,
2244]
2345
46+ [project .urls ]
47+ Repository = " https://github.com/rushter/selectolax"
48+ Documentation = " https://selectolax.readthedocs.io/en/latest/parser.html"
49+ Changelog = " https://github.com/rushter/selectolax/blob/main/CHANGES.rst"
50+
51+
2452[tool .cibuildwheel ]
2553build-frontend = " build"
2654build-verbosity = 1
0 commit comments