From eb39fb5f51ef6fc6043e7d5af4f9197d1f7b2739 Mon Sep 17 00:00:00 2001 From: javvi51 Date: Thu, 2 Feb 2023 17:40:01 +0100 Subject: [PATCH] - --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 08a2fb4..fd6d465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,9 @@ dependencies = {file = ["requirements.txt"]} "Homepage" = "https://github.com/javvi51/eDOCr" "Bug Tracker" = "https://github.com/javvi51/eDOCr/issues" +[tool.setuptools] +include-package-data = true + [tool.setuptools.packages.find] where = ["eDOCr/keras_ocr_models/models"]