mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
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:
parent
769e9a5f0b
commit
03bb4b2c58
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue