8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49b948 commit cb2c67cCopy full SHA for cb2c67c
setup.py
@@ -122,18 +122,6 @@ def main():
122
"cv2.data": [ # OPENCV_OTHER_INSTALL_PATH
123
("etc" if os.name == "nt" else "share/OpenCV") + r"/haarcascades/.*\.xml"
124
],
125
- "cv2.gapi": [
126
- "python/cv2" + r"/gapi/.*\.py"
127
- ],
128
- "cv2.mat_wrapper": [
129
- "python/cv2" + r"/mat_wrapper/.*\.py"
130
131
- "cv2.misc": [
132
- "python/cv2" + r"/misc/.*\.py"
133
134
- "cv2.utils": [
135
- "python/cv2" + r"/utils/.*\.py"
136
137
}
138
139
# Files in sourcetree outside package dir that should be copied to package.
0 commit comments