We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3783d commit 694ee80Copy full SHA for 694ee80
setup.py
@@ -11,6 +11,8 @@
11
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
],
17
packages=find_packages(exclude=("tests", "tests.*")),
18
package_data={
0 commit comments