We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441e52c commit 29f0466Copy full SHA for 29f0466
setup.py
@@ -80,7 +80,7 @@ def main():
80
# In Windows, in python/X.Y/<arch>/; in Linux, in just python/X.Y/.
81
# Naming conventions vary so widely between versions and OSes
82
# had to give up on checking them.
83
- ['python/([^/]+/){1,2}cv2[^/]*%(ext)s' % {'ext': re.escape(sysconfig.get_config_var('SO'))}],
+ ['python/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/OpenCV') +
0 commit comments