Skip to content

Commit 25e8c48

Browse files
illia-vifduyue
authored andcommitted
Add "hiredis.pyi" to wheels
The file was not included in wheels previously.
1 parent e4d1d40 commit 25e8c48

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
@@ -27,7 +27,7 @@ def version():
2727
keywords=["Redis"],
2828
license="BSD",
2929
packages=["hiredis"],
30-
package_data={"hiredis": ["py.typed"]},
30+
package_data={"hiredis": ["hiredis.pyi", "py.typed"]},
3131
ext_modules=[ext],
3232
python_requires=">=3.6",
3333
classifiers=[

0 commit comments

Comments
 (0)