fix: include eav package in final distribution

This commit is contained in:
Mike 2021-10-15 13:01:15 -07:00
parent de41a8050a
commit b85439b12c

View file

@ -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 <mauro@sdf.org>",