From a5624897637363937ed771f23a69805cbbbddb83 Mon Sep 17 00:00:00 2001 From: Adri Date: Tue, 25 Oct 2022 18:29:12 +0100 Subject: [PATCH] Hotfix #6: MANIFEST.in changes - include corpus path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc36b8a..84b01c2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description_content_type="text/markdown", name="preln", packages=find_packages(include=["Preln", "Preln.core", "Preln.core.__features"]), - version="0.5.3", + version="0.5.4", description="A preprocessing libray for text in spanish", author="Adrián H.S & Raúl M.R", author_email="adrihs.dev@gmail.com",