django-model-stats

Display how often models and model fields are used in the database
git clone https://git.ce9e.org/django-model-stats.git

commit
866722fe1cb9113a0dbbe157ad0cbaf20d6b85b1
parent
b93b1c280dad976ae1b2740c3698d79df1793151
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-11 20:27
pyproject.toml: license syntax

Diffstat

M pyproject.toml 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -7,7 +7,7 @@ name = "django-model-stats"
    7     7 version = "0.0.2"
    8     8 description = "Display how often models and model fields are used in the database"
    9     9 readme = "README.md"
   10    -1 license = {text = "MIT"}
   -1    10 license = "MIT"
   11    11 authors = [
   12    12     {name = "Tobias Bengfort", email = "tobias.bengfort@posteo.de"},
   13    13 ]