From a8766f24a98f76acba862dccbbfeb69903d05f95 Mon Sep 17 00:00:00 2001 From: Alvaro Mariano Date: Fri, 7 Jul 2023 11:25:02 +0000 Subject: [PATCH] Fix poetry --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1652ff4..a790f32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,9 +69,8 @@ classifiers = [ ] packages = [ {include = "notifications/*.py"}, - {include = "notifications/base/"}, {include = "notifications/migrations/"}, - {include = "notifications/templatetags/"}, + {include = "notifications/models/"}, {include = "notifications/templatetags/"}, ] include = [