setup.cfg: use SPDX license expression (#7050)

to enable parsing of this license in downstream license compliance checkers (for example)
This commit is contained in:
Duncan Macleod 2022-04-07 17:06:12 +01:00 committed by GitHub
parent 769e9a5f0b
commit 03bb4b2c58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ version = attr: cryptography.__version__
description = cryptography is a package which provides cryptographic recipes and primitives to Python developers.
long_description = file: README.rst
long_description_content_type = text/x-rst
license = BSD or Apache License, Version 2.0
license = BSD-3-Clause OR Apache-2.0
url = https://github.com/pyca/cryptography
author = The Python Cryptographic Authority and individual contributors
author_email = cryptography-dev@python.org