goncalopp / simple-ocr-opencv

A simple python OCR engine using opencv
GNU Affero General Public License v3.0
525 stars 175 forks source link

Merge RedFantom/distutils into master for python packaging #24

Closed RedFantom closed 7 years ago

RedFantom commented 7 years ago

Important: PR #23 should be merged first!

This branch contains all changes necessary to turn the project into a python package that can be installed with pip install .. This would also allow for uploading to PyPI, if desired. I've set the version number at 1.0.0 for now, but this doesn't mean that this is actually version 1.0.0.

As you are the repository owner, @goncalopp , I think you should get to pick the version number :) .

RedFantom commented 7 years ago

I will rebase this branch upon goncalopp/master when #23 is merged for easier merging.

goncalopp commented 7 years ago

All tests are passing on my machine after installing simpleocr. I'll try to review your changes tomorrow