Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5244b35

Browse files
committed
RC3 update
1 parent a800bd8 commit 5244b35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

create_wheel/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ def __len__(self):
1515

1616
setuptools.setup(
1717
name="opencv-python-inference-engine",
18-
version="4.1.1.1",
18+
version="4.1.2.1",
1919
url="https://github.com/banderlog/opencv-python-inference-engine",
2020
maintainer="Kabakov Borys",
2121
license='MIT, BSD',
22-
description="Wrapper package for OpenCV 4.1.1 with Inference Engine 2019_R2 python bindings",
22+
description="Wrapper package for OpenCV 4.1.2 with Inference Engine 2019_R3 python bindings",
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",
2525
ext_modules=EmptyListWithLength(),
2626
packages=['cv2'],
27-
package_data={'cv2': ['*.so*', '*.mvcmd']},
27+
package_data={'cv2': ['*.so*', '*.mvcmd', '*.xml']},
2828
include_package_data=True,
2929
install_requires=['numpy'],
3030
classifiers=[

0 commit comments

Comments
 (0)