Thanks to visit codestin.com Credit goes to github.com
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 3c972ca commit 921bae4Copy full SHA for 921bae4
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