Skip to content

Commit 986911b

Browse files
authored
Fix dictionary syntax for project_urls
1 parent 694ee80 commit 986911b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
author="Scrapy project",
1010
author_email="[email protected]",
1111
url="https://github.com/scrapy/w3lib",
12-
project_urls=[
12+
project_urls={
1313
"Documentation": "https://w3lib.readthedocs.io/en/latest/",
1414
"Source Code": "https://github.com/scrapy/w3lib",
1515
"Issue Tracker": "https://github.com/scrapy/w3lib/issues",
16-
],
16+
},
1717
packages=find_packages(exclude=("tests", "tests.*")),
1818
package_data={
1919
"w3lib": ["py.typed"],

0 commit comments

Comments
 (0)