Skip to content

Commit 3c921d6

Browse files
committed
Update classifiers and project URLs.
1 parent 2a4a460 commit 3c921d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
3536
Documentation = "https://w3lib.readthedocs.io/en/latest/"
3637
Source = "https://github.com/scrapy/w3lib"
3738
Tracker = "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]
4242
path = "w3lib/__init__.py"

0 commit comments

Comments
 (0)