Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22c900d

Browse filesBrowse files
committed
fix: give up get_config_var() and use get_config_vars() instead.
1 parent 4352c62 commit 22c900d
Copy full SHA for 22c900d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.