diff --git a/setup.py b/setup.py index 575442895db39d2688674b7915daa4922c7ec1fd..b0490ca29ce70956e985480ae9fe7262e9d7ef95 100644 --- a/setup.py +++ b/setup.py @@ -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.