Development of the ocr part of AOI
Samo Penic
2018-11-18 2fec6b84c1ebc8ea0c257185b83266aae9f57639
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']},
)