Skip to content

Commit 3848ecf

Browse files
rockywhisperskvark
authored andcommitted
fix: give up get_config_var() and use get_config_vars() instead.
1 parent 89d6834 commit 3848ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def main():
6767

6868
package_data = {
6969
'cv2':
70-
['*%s' % sysconfig.get_config_var('SO')] +
70+
['*%s' % sysconfig.get_config_vars().get('SO')] +
7171
(['*.dll'] if os.name == 'nt' else []) +
7272
["LICENSE.txt", "LICENSE-3RD-PARTY.txt"],
7373
'cv2.data':

0 commit comments

Comments
 (0)