Update license to BSD-3-Clause in setup.py (#279)

This commit is contained in:
GabrielBarrantes 2025-12-15 09:58:23 -06:00 committed by GitHub
parent 8a3c372deb
commit 438ec393ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,