From 300f8c959eb31df10f028e17bccab9783548f8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Mon, 24 Oct 2022 17:55:59 +0200 Subject: [PATCH] Fix: Add words.txt to local data (#1365) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrià Casajús --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb19a6ae..53be5cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ packages = [ { include = "app/" }, { include = "migrations/" }, ] -include = ["templates/*", "templates/**/*"] +include = ["templates/*", "templates/**/*", "local_data/*.txt"] [tool.poetry.dependencies] python = "^3.7.2"