@@ -17,13 +17,14 @@ classifiers = [
1717 " Operating System :: OS Independent" ,
1818 " Programming Language :: Python" ,
1919 " Programming Language :: Python :: 3" ,
20- " Programming Language :: Python :: 3.13" ,
2120 " Programming Language :: Python :: 3.9" ,
22- " Programming Language :: Python :: Implementation :: CPython" ,
23- " Programming Language :: Python :: Implementation :: PyPy" ,
2421 " Programming Language :: Python :: 3.10" ,
2522 " Programming Language :: Python :: 3.11" ,
2623 " Programming Language :: Python :: 3.12" ,
24+ " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
26+ " Programming Language :: Python :: Implementation :: CPython" ,
27+ " Programming Language :: Python :: Implementation :: PyPy" ,
2728 " Topic :: Internet :: WWW/HTTP" ,
2829 " Topic :: Software Development :: Libraries :: Python Modules" ,
2930]
@@ -35,8 +36,7 @@ Homepage = "https://github.com/scrapy/w3lib"
3536Documentation = " https://w3lib.readthedocs.io/en/latest/"
3637Source = " https://github.com/scrapy/w3lib"
3738Tracker = " https://github.com/scrapy/w3lib/issues"
38- Changelog = " https://github.com/scrapy/w3lib/commits/master/"
39- releasenotes = " https://w3lib.readthedocs.io/en/latest/#changelog"
39+ "Release notes" = " https://w3lib.readthedocs.io/en/latest/#changelog"
4040
4141[tool .hatch .version ]
4242path = " w3lib/__init__.py"
0 commit comments