mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-10 08:35:05 +00:00
Update pyproject.toml
This commit is contained in:
parent
6a01f163b6
commit
4be9a2413a
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ include = '\.pyi?$'
|
|||
|
||||
[tool.poetry]
|
||||
name = "django-eav2"
|
||||
description = "Entity-Attribute-Value storage for Django"
|
||||
version = "1.4.0"
|
||||
description = "Entity-Attribute-Value storage for Django with the possibility of changing the pk field and using natural key for serialization"
|
||||
version = "1.5.0"
|
||||
license = "GNU Lesser General Public License (LGPL), Version 3"
|
||||
packages = [
|
||||
{ include = "eav" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue