From b85439b12ced39c9ce7e50646fde4a080e05acdb Mon Sep 17 00:00:00 2001 From: Mike <22396211+Dresdn@users.noreply.github.com> Date: Fri, 15 Oct 2021 13:01:15 -0700 Subject: [PATCH] fix: include eav package in final distribution --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8ff0387..c3581c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,10 @@ name = "django-eav2" description = "Entity-Attribute-Value storage for Django" version = "0.14.1" license = "GNU Lesser General Public License (LGPL), Version 3" +packages = [ + { include = "eav" } +] + authors = [ "Mauro Lizaur ",