Skip to content

Commit

Permalink
Try to add pyi files to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Jun 1, 2023
1 parent 474a1cc commit 3dee384
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ def main():
+
[
r"python/cv2/.*config.*.py"
]
+
[
r"python/cv2/.*\.pyi"
],
"cv2.data": [ # OPENCV_OTHER_INSTALL_PATH
("etc" if os.name == "nt" else "share/opencv4") + r"/haarcascades/.*\.xml"
Expand Down

0 comments on commit 3dee384

Please sign in to comment.