Skip to content

Commit 0e430ca

Browse files
authored
Merge pull request #215 from koutoftimer/patch-1
Add Documentation url
2 parents 5393dbe + 986911b commit 0e430ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
author="Scrapy project",
1010
author_email="[email protected]",
1111
url="https://github.com/scrapy/w3lib",
12+
project_urls={
13+
"Documentation": "https://w3lib.readthedocs.io/en/latest/",
14+
"Source Code": "https://github.com/scrapy/w3lib",
15+
"Issue Tracker": "https://github.com/scrapy/w3lib/issues",
16+
},
1217
packages=find_packages(exclude=("tests", "tests.*")),
1318
package_data={
1419
"w3lib": ["py.typed"],

0 commit comments

Comments
 (0)