Skip to content

Commit 694ee80

Browse files
authored
Add "Source Code" and "Issue Tracker" links
1 parent 3c3783d commit 694ee80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
url="https://github.com/scrapy/w3lib",
1212
project_urls=[
1313
"Documentation": "https://w3lib.readthedocs.io/en/latest/",
14+
"Source Code": "https://github.com/scrapy/w3lib",
15+
"Issue Tracker": "https://github.com/scrapy/w3lib/issues",
1416
],
1517
packages=find_packages(exclude=("tests", "tests.*")),
1618
package_data={

0 commit comments

Comments
 (0)