From 5d557801d61beb4970ffc4c62ba81cd0cd76db68 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Tue, 11 Jun 2019 17:46:17 +0000 Subject: [PATCH] Angle of page rotation can be determined with c wrapper function. --- setup.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index 3a0513e..690551f 100644 --- a/setup.py +++ b/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']}, ) -- Gitblit v1.9.3