diff --git a/pyproject.toml b/pyproject.toml index 6f9c1e0..c254782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 '] maintainers = ['Jonas Krüger Svensson ', 'Sondre Lillebø Gundersen '] -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'