Skip to content

Commit 3c3783d

Browse files
authored
Add Documentation url
Show documentation URL on pypi
1 parent 5393dbe commit 3c3783d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
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+
],
1215
packages=find_packages(exclude=("tests", "tests.*")),
1316
package_data={
1417
"w3lib": ["py.typed"],

0 commit comments

Comments
 (0)