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 1f2328a commit 766c992Copy full SHA for 766c992
setup.py
@@ -83,7 +83,7 @@ def main():
83
['python/([^/]+/){1,2}cv2[^/]*%(ext)s' % {'ext': re.escape(sysconfig.get_config_var('SO'))}],
84
85
'cv2.data': [ # OPENCV_OTHER_INSTALL_PATH
86
- ('etc' if os.name == 'nt' else 'share/opencv4/') +
+ ('etc' if os.name == 'nt' else 'share/opencv4') +
87
r'/haarcascades/.*\.xml'
88
]
89
}
0 commit comments