mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Update license to BSD-3-Clause in setup.py (#279)
This commit is contained in:
parent
8a3c372deb
commit
438ec393ab
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue