Skip to content

Commit

Permalink
Declare w3lib as providing type hints (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike authored Aug 9, 2022
1 parent 81b8b34 commit d7d4d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
author_email="info@scrapy.org",
url="https://github.com/scrapy/w3lib",
packages=find_packages(exclude=("tests", "tests.*")),
package_data={
"w3lib": ["py.typed"],
},
include_package_data=True,
zip_safe=False,
platforms=["Any"],
Expand Down
Empty file added w3lib/py.typed
Empty file.

0 comments on commit d7d4d31

Please sign in to comment.