We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab1877 commit 124fe6dCopy full SHA for 124fe6d
setup.py
@@ -24,7 +24,7 @@ def read(fname):
24
license="Unlicense",
25
packages=find_packages(exclude=["tests", "*.tests"]),
26
package_data={
27
- "faker": ["py.typed"],
+ "datauri": ["py.typed"],
28
},
29
platforms=["any"],
30
classifiers=[
0 commit comments