Development of the ocr part of AOI
Samo Penic
2018-11-17 c1968cec9332f11aa25c723884f7a9b407e3bdb0
setup.py
@@ -1,6 +1,5 @@
#!/usr/bin/python3
from distutils.core import setup
setup(
    name="aoi_ocr",
    version="0.1a",
@@ -9,4 +8,6 @@
    author_email="samo.penic@gmail.com",
    url="",
    packages=["aoi_ocr"],
    include_package_data=True,
    package_data={'aoi_ocr': ['*.png','filename.joblib']},
)