django-bs

Bootstrap integration for django using widget templates
git clone https://git.ce9e.org/django-bs.git

commit
0af2de9a7d05624a753bbc12f1c9a9123b97fa9c
parent
6c72d0a7107716216a993f5283190f6e0a9bdb1e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-09-03 14:44
update pyproject.toml

Diffstat

M pyproject.toml 3 +--

1 files changed, 1 insertions, 2 deletions


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

@@ -7,13 +7,12 @@ name = "django-bs"
    7     7 version = "5.2.0"
    8     8 description = "simple bootstrap support for django"
    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 ]
   14    14 classifiers = [
   15    15     "Intended Audience :: Developers",
   16    -1     "License :: OSI Approved :: MIT License",
   17    16     "Environment :: Web Environment",
   18    17     "Framework :: Django",
   19    18 ]