mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-21 10:51:53 +00:00
chore: Update pyproject.toml
This commit is contained in:
parent
1f95c3806d
commit
517863ad11
1 changed files with 4 additions and 1 deletions
|
|
@ -1,9 +1,12 @@
|
|||
[tool.poetry]
|
||||
name = "django-modeltranslation"
|
||||
version = "0.14.4"
|
||||
version = "0.16.1"
|
||||
description = "Translates Django models using a registration approach."
|
||||
authors = ["Peter Eschler <peschler@gmail.com>"]
|
||||
maintainers = ["Serhii Tereshchenko <serg.partizan@gmail.com>"]
|
||||
packages = [
|
||||
{ include = "modeltranslation" },
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.6"
|
||||
|
|
|
|||
Loading…
Reference in a new issue