From 64f5d665a300197f6caa2eb82e94781d6607081d Mon Sep 17 00:00:00 2001 From: Vaibhav Singh Date: Wed, 20 Nov 2024 19:38:00 -0500 Subject: [PATCH] chore: fix pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 22bcec0..19ab955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,9 @@ classifiers=[ "Operating System :: OS Independent", ] package-mode = true +include = [ + "random_word/config.yml" +] [tool.poetry.dependencies] python = "^3.8.0"