Commit 6216bf92 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #16959 from alalek:winpack_dldt_update

parents 388a7ce8 5d95a500
......@@ -402,7 +402,8 @@ class Builder:
rm_one(os.path.join(package_opencv, item))
with open(str(self.package_dir / 'README.md'), 'w') as f:
f.write('See licensing/copying statements in "build/etc/licenses"')
f.write('See licensing/copying statements in "build/etc/licenses"\n')
f.write('Wiki page: https://github.com/opencv/opencv/wiki/Intel%27s-Deep-Learning-Inference-Engine-backend\n')
log.info('Package OpenCV sources - DONE')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment