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.
2 parents d49b948 + cb2c67c commit 6dfaa9dCopy full SHA for 6dfaa9d
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