Clarified that license is BSD 3-Clause in package metadata.

This commit is contained in:
Nick Pope 2019-11-07 13:36:46 +00:00 committed by Carlton Gibson
parent 02983c5242
commit 7b915ba8e8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ setup(
description=('A high-level Python Web framework that encourages '
'rapid development and clean, pragmatic design.'),
long_description=read('README.rst'),
license='BSD',
license='BSD-3-Clause',
packages=find_packages(),
include_package_data=True,
scripts=['django/bin/django-admin.py'],