Skip to content

Commit

Permalink
Added missing typing/__init__.py to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Jul 5, 2023
1 parent 3c972ca commit 921bae4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ def main():
],
}

if sys.version_info >= (3, 6):
rearrange_cmake_output_data["cv2.typing"] = ["python/cv2" + r"/typing/.*\.py"]

# Files in sourcetree outside package dir that should be copied to package.
# Raw paths relative to sourcetree root.
files_outside_package_dir = {"cv2": ["LICENSE.txt", "LICENSE-3RD-PARTY.txt"]}
Expand Down

0 comments on commit 921bae4

Please sign in to comment.