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 98573ce

Browse filesBrowse files
committed
Change setup.py to trigger GitHub show dependents
1 parent 7cfd1ee commit 98573ce
Copy full SHA for 98573ce

File tree

1 file changed

+2
-3
lines changed
Filter options

1 file changed

+2
-3
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
import re
88
import sysconfig
99
import platform
10-
import skbuild
11-
from skbuild import cmaker
10+
from skbuild import cmaker, setup
1211

1312

1413
def main():
@@ -264,7 +263,7 @@ def main():
264263
rearrange_cmake_output_data, files_outside_package_dir, package_data.keys()
265264
)
266265

267-
skbuild.setup(
266+
setup(
268267
name=package_name,
269268
version=package_version,
270269
url="https://github.com/opencv/opencv-python",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.