Skip to content

Commit 124fe6d

Browse files
committed
fix setup metadata
1 parent dab1877 commit 124fe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(fname):
2424
license="Unlicense",
2525
packages=find_packages(exclude=["tests", "*.tests"]),
2626
package_data={
27-
"faker": ["py.typed"],
27+
"datauri": ["py.typed"],
2828
},
2929
platforms=["any"],
3030
classifiers=[

0 commit comments

Comments
 (0)