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 3c972ca + 921bae4 commit 43cd716Copy full SHA for 43cd716
setup.py
@@ -150,6 +150,9 @@ def main():
150
],
151
}
152
153
+ if sys.version_info >= (3, 6):
154
+ rearrange_cmake_output_data["cv2.typing"] = ["python/cv2" + r"/typing/.*\.py"]
155
+
156
# Files in sourcetree outside package dir that should be copied to package.
157
# Raw paths relative to sourcetree root.
158
files_outside_package_dir = {"cv2": ["LICENSE.txt", "LICENSE-3RD-PARTY.txt"]}
0 commit comments