Skip to content

Commit

Permalink
Merge pull request #568 from asenyaev/asen/remove_extra_modules_3.4
Browse files Browse the repository at this point in the history
Removed unused modules for 3.4 branch
  • Loading branch information
asenyaev authored Oct 21, 2021
2 parents d49b948 + cb2c67c commit 6dfaa9d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,6 @@ def main():
"cv2.data": [ # OPENCV_OTHER_INSTALL_PATH
("etc" if os.name == "nt" else "share/OpenCV") + r"/haarcascades/.*\.xml"
],
"cv2.gapi": [
"python/cv2" + r"/gapi/.*\.py"
],
"cv2.mat_wrapper": [
"python/cv2" + r"/mat_wrapper/.*\.py"
],
"cv2.misc": [
"python/cv2" + r"/misc/.*\.py"
],
"cv2.utils": [
"python/cv2" + r"/utils/.*\.py"
],
}

# Files in sourcetree outside package dir that should be copied to package.
Expand Down

0 comments on commit 6dfaa9d

Please sign in to comment.