Skip to content

Commit eaa9512

Browse files
committed
Added donation notification.
1 parent d2a08b9 commit eaa9512

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[![Downloads](https://static.pepy.tech/badge/opencv-python)](http://pepy.tech/project/opencv-python)
22

3+
### Keep OpenCV Free
4+
5+
OpenCV is raising funds to keep the library free for everyone, and we need the support of the entire community to do it. [Donate to OpenCV on IndieGoGo](http://igg.me/at/opencv5) to show your support.
6+
37
- [OpenCV on Wheels](#opencv-on-wheels)
48
- [Installation and Usage](#installation-and-usage)
59
- [Frequently Asked Questions](#frequently-asked-questions)

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ def main():
310310
cmake_source_dir=cmake_source_dir,
311311
)
312312

313+
print("OpenCV is raising funds to keep the library free for everyone, and we need the support of the entire community to do it. Donate to OpenCV on IndieGoGo:\nhttps://www.indiegogo.com/projects/opencv-5-support-non-profit-open-source-cv-ai#/")
313314

314315
class RearrangeCMakeOutput:
315316
"""

0 commit comments

Comments
 (0)