Skip to content

Commit 6216bf9

Browse files
committed
Merge pull request opencv#16959 from alalek:winpack_dldt_update
2 parents 388a7ce + 5d95a50 commit 6216bf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platforms/winpack_dldt/build_package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,8 @@ def package_sources(self):
402402
rm_one(os.path.join(package_opencv, item))
403403

404404
with open(str(self.package_dir / 'README.md'), 'w') as f:
405-
f.write('See licensing/copying statements in "build/etc/licenses"')
405+
f.write('See licensing/copying statements in "build/etc/licenses"\n')
406+
f.write('Wiki page: https://github.com/opencv/opencv/wiki/Intel%27s-Deep-Learning-Inference-Engine-backend\n')
406407

407408
log.info('Package OpenCV sources - DONE')
408409

0 commit comments

Comments
 (0)