From 438ec393ab8fd0228279aceeac922d0d07f086eb Mon Sep 17 00:00:00 2001 From: GabrielBarrantes Date: Mon, 15 Dec 2025 09:58:23 -0600 Subject: [PATCH] Update license to BSD-3-Clause in setup.py (#279) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e16d04..4e1e0ec 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="dj-database-url", version="3.0.1", url="https://github.com/jazzband/dj-database-url", - license="BSD", + license="BSD-3-Clause", author="Original Author: Kenneth Reitz, Maintained by: JazzBand Community", description="Use Database URLs in your Django Application.", long_description=readme,