From 2d45ef655f8791037373ab83174fc6c3596227b0 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 3 Oct 2019 17:23:53 +0200 Subject: text: Add epub reader and hindawi corpus See issue #5. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 56c64a6..2e20067 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ setup( 'bokeh', 'tqdm', 'html5lib', + 'ebooklib', ], entry_points={ 'console_scripts': [ -- cgit v1.2.3