Skip to content

Commit

Permalink
Mark packaged as typed
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jul 14, 2021
1 parent 49c4d78 commit 52e5018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added faker/py.typed
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -59,6 +59,9 @@
url='https://github.com/joke2k/faker',
license='MIT License',
packages=find_packages(exclude=excluded_packages),
package_data={
"faker": ["py.typed"],
},
platforms=["any"],
zip_safe=zip_safe,
python_requires=">=3.6",
Expand Down

0 comments on commit 52e5018

Please sign in to comment.