Skip to content

Commit

Permalink
Merge pull request #927 from dkurt:try_enable_dependents
Browse files Browse the repository at this point in the history
Change setup.py to trigger GitHub show dependents
  • Loading branch information
asmorkalov authored Dec 21, 2023
2 parents 7cfd1ee + 98573ce commit 91555be
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 91555be

Please sign in to comment.