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 39fa503 commit 4ed0348Copy full SHA for 4ed0348
.gitignore
@@ -63,3 +63,5 @@ target/
63
64
#PyCharm
65
/.idea
66
+/contrib.enabled
67
+/cv_version.py
setup.py
@@ -41,7 +41,7 @@ def main():
41
('_64' if x64 else '')] if os.name == 'nt' else []
42
),
43
# In Windows, in python/X.Y/<arch>/; in Linux, in just python/X.Y/. What gives?
44
- ['python/([^/]+)/{1,2}cv2%(arch)s%(ext)s' % {
+ ['python/([^/]+/){1,2}cv2%(arch)s%(ext)s' % {
45
'arch': (('\\.cp%d%d-[^.]+' % sys.version_info[:2])
46
if sys.version_info[:2] >= (3, 5) else ''),
47
'ext': re.escape(sysconfig.get_config_var('SO'))
0 commit comments