From 3927a96063a2a5136adb09d70308ac89686967c9 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Fri, 25 Jun 2021 16:12:32 +0800 Subject: [PATCH] fix setup error --- test1/MANIFEST.in | 2 +- test1/setup.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test1/MANIFEST.in b/test1/MANIFEST.in index 2961e722..203e97d3 100644 --- a/test1/MANIFEST.in +++ b/test1/MANIFEST.in @@ -5,5 +5,5 @@ recursive-include ppocr/utils *.txt utility.py logging.py network.py recursive-include ppocr/data/ *.py recursive-include ppocr/postprocess *.py recursive-include tools/infer *.py -recursive-include ppstructure *.py +recursive-include test1 *.py diff --git a/test1/setup.py b/test1/setup.py index 0b092c49..1d075177 100644 --- a/test1/setup.py +++ b/test1/setup.py @@ -20,8 +20,6 @@ import shutil with open('../requirements.txt', encoding="utf-8-sig") as f: requirements = f.readlines() requirements.append('tqdm') - requirements.append('layoutparser') - requirements.append('iopath') def readme(): -- GitLab