Skip to content

Commit d7d4d31

Browse files
authored
Declare w3lib as providing type hints (#184)
1 parent 81b8b34 commit d7d4d31

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
author_email="[email protected]",
1111
url="https://github.com/scrapy/w3lib",
1212
packages=find_packages(exclude=("tests", "tests.*")),
13+
package_data={
14+
"w3lib": ["py.typed"],
15+
},
1316
include_package_data=True,
1417
zip_safe=False,
1518
platforms=["Any"],

w3lib/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)