django-parlor

Django model translations with even less nasty hacks.
git clone https://git.ce9e.org/django-parlor.git

commit
ad2b89d789f80572940cc353cc512b42e649f398
parent
153ab1a2ba24a762c06d6b6c9b5e4bf7170b6fdf
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-10-20 14:41
pyproject.toml: update license format

Diffstat

M pyproject.toml 3 +--

1 files changed, 1 insertions, 2 deletions


diff --git a/pyproject.toml b/pyproject.toml

@@ -7,7 +7,7 @@ name = "django-parlor"
    7     7 version = "0.0.2"
    8     8 description = "Django model translations with even less nasty hacks."
    9     9 readme = "README.md"
   10    -1 license = {text = "MIT"}
   -1    10 license = "MIT"
   11    11 keywords = ["django", "translation"]
   12    12 authors = [
   13    13     {name = "Tobias Bengfort", email = "tobias.bengfort@posteo.de"},
@@ -17,7 +17,6 @@ classifiers = [
   17    17     "Environment :: Web Environment",
   18    18     "Framework :: Django",
   19    19     "Intended Audience :: Developers",
   20    -1     "License :: OSI Approved :: MIT License",
   21    20     "Operating System :: OS Independent",
   22    21     "Programming Language :: Python",
   23    22     "Programming Language :: Python :: 3",