Skip to content

Commit

Permalink
Change setup.py to trigger GitHub show dependents
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt committed Dec 9, 2023
1 parent 7cfd1ee commit 98573ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import re
import sysconfig
import platform
import skbuild
from skbuild import cmaker
from skbuild import cmaker, setup


def main():
Expand Down Expand Up @@ -264,7 +263,7 @@ def main():
rearrange_cmake_output_data, files_outside_package_dir, package_data.keys()
)

skbuild.setup(
setup(
name=package_name,
version=package_version,
url="https://github.com/opencv/opencv-python",
Expand Down

0 comments on commit 98573ce

Please sign in to comment.