Skip to content

Commit

Permalink
Use SPDX short code for license in Pyproject.toml
Browse files Browse the repository at this point in the history
This will ensure that downstream tools e.g. Pypi are able to correctly map the license to a known one instead of marking it as Proprietary.
  • Loading branch information
schallis committed Aug 22, 2023
1 parent cc70073 commit 7baf921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.11.6" # Remember to also change __init__.py version
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
authors = ['Joris Beckers <joris.beckers@gmail.com>']
maintainers = ['Jonas Krüger Svensson <jonas-ks@hotmail.com>', 'Sondre Lillebø Gundersen <sondrelg@live.no>']
license = 'BSD'
license = 'BSD-1-Clause'
homepage = 'https://github.com/snok/django-auth-adfs'
repository = 'https://github.com/snok/django-auth-adfs'
documentation = 'https://django-auth-adfs.readthedocs.io/en/latest'
Expand Down

0 comments on commit 7baf921

Please sign in to comment.