mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-08 09:20:59 +00:00
fix: include eav package in final distribution
This commit is contained in:
parent
de41a8050a
commit
b85439b12c
1 changed files with 4 additions and 0 deletions
|
|
@ -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>",
|
||||
|
|
|
|||
Loading…
Reference in a new issue