Skip to content

Commit

Permalink
add stub to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed May 2, 2024
1 parent 7f5dc14 commit 106d8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
license="MIT License",
packages=find_packages(exclude=excluded_packages),
package_data={
"faker": ["py.typed"],
"faker": ["py.typed", "proxy.pyi"],
},
platforms=["any"],
zip_safe=zip_safe,
Expand Down

0 comments on commit 106d8ba

Please sign in to comment.