Skip to content

Commit 3dee384

Browse files
committed
Try to add pyi files to package.
1 parent 474a1cc commit 3dee384

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ def main():
129129
+
130130
[
131131
r"python/cv2/.*config.*.py"
132+
]
133+
+
134+
[
135+
r"python/cv2/.*\.pyi"
132136
],
133137
"cv2.data": [ # OPENCV_OTHER_INSTALL_PATH
134138
("etc" if os.name == "nt" else "share/opencv4") + r"/haarcascades/.*\.xml"

0 commit comments

Comments
 (0)