diff --git a/setup.py b/setup.py index 1d885d3e4d54c056b378d25948287d5b83117634..7e568028193b173d51915de8bda0cc68bc7caa04 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def main(): if build_contrib and not build_headless: package_name = "opencv-contrib-python" - if build_contrib and build_headless + if build_contrib and build_headless: package_name = "opencv-contrib-python-headless" if build_headless and not build_contrib: