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 7cfd1ee commit 98573ceCopy full SHA for 98573ce
setup.py
@@ -7,8 +7,7 @@
7
import re
8
import sysconfig
9
import platform
10
-import skbuild
11
-from skbuild import cmaker
+from skbuild import cmaker, setup
12
13
14
def main():
@@ -264,7 +263,7 @@ def main():
264
263
rearrange_cmake_output_data, files_outside_package_dir, package_data.keys()
265
)
266
267
- skbuild.setup(
+ setup(
268
name=package_name,
269
version=package_version,
270
url="https://github.com/opencv/opencv-python",
0 commit comments