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 4352c62 commit 22c900dCopy full SHA for 22c900d
setup.py
@@ -67,7 +67,7 @@ def main():
67
68
package_data = {
69
'cv2':
70
- ['*%s' % sysconfig.get_config_var('SO')] +
+ ['*%s' % sysconfig.get_config_vars().get('SO')] +
71
(['*.dll'] if os.name == 'nt' else []) +
72
["LICENSE.txt", "LICENSE-3RD-PARTY.txt"],
73
'cv2.data':
0 commit comments