8000 fix readme · Python3pkg/opencv-python@907cd8e · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 907cd8e

Browse files
committed
fix readme
1 parent 9f4dcc2 commit 907cd8e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,14 @@ Currently the ``find_version.py`` file parses OpenCV version information from th
4343

4444
As described earlier, for example the ``.pyd`` file on Windows is normally copied to site-packages. To avoid polluting the root folder the ``__init__.py`` file in cv2 folder handles the import logic correctly by importing the actual ``.pyd`` module and replacing the imported cv2 package in ``sys.modudes`` with the cv2 module to retain backward compatibility.
4545

46-
## Manylinux wheels
46+
## Licensing
4747

48-
Linux wheels are built using [manylinux](https://github.com/pypa/python-manylinux-demo). These wheels should work out of the box for most of the distros out there since they are built against an old version of glibc.
48+
Opencv-python package (scripts in this repository) is available under MIT license. The OpenCV itself is available under [3-clause BSD License](https://github.com/opencv/opencv/blob/master/LICENSE) ([LICENSE-3RD-PARTY.txt](https://github.com/skvark/opencv-python/blob/master/LICENSE-3RD-PARTY.txt)).
4949

5050
## Versioning
5151

5252
Currently the ``find_version.py`` script searches for the version information from OpenCV sources and appends also a revision number specific to this repository to the version string.
5353

54-
## Licensing
55-
56-
Opencv-python package (scripts in this repository) is available under MIT license. The OpenCV itself is available under [3-clause BSD License](https://github.com/opencv/opencv/blob/master/LICENSE) ([LICENSE-3RD-PARTY.txt](https://github.com/skvark/opencv-python/blob/master/LICENSE-3RD-PARTY.txt)).
57-
5854
#### Releases
5955

6056
A release is made and uploaded to PyPI when a new tag is pushed to master branch. These tags differentiate packages (this repo might have modifications but OpenCV version stays same) and should be incremented sequentially. In practice, release version numbers look like this:
@@ -69,6 +65,10 @@ Every commit to the master branch of this repo will be built. Possible build art
6965

7066
These artifacts can't be and will not be uploaded to PyPI.
7167

68+
## Manylinux wheels
69+
70+
Linux wheels are built using [manylinux](https://github.com/pypa/python-manylinux-demo). These wheels should work out of the box for most of the distros out there since they are built against an old version of glibc.
71+
7272
## Supported Python versions
7373

7474
#### Windows:

0 commit comments

Comments
 (0)
0