- commit
- f581d0c5201d5265fe5a997a7ee512470276e2c4
- parent
- fa2db5c60889129bbdaa35bbe498f37cce0e1c9f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-09-03 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-mfa3" 7 7 version = "1.0.0" 8 8 description = "multi factor authentication for django" 9 9 readme = "README.md"10 -1 license = {text = "MIT"}-1 10 license = "MIT" 11 11 keywords = ["django", "mfa", "two-factor-authentication", "webauthn", "fido2"] 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",