diff --git a/setup.cfg b/setup.cfg index 23a6a55bd..7c2eaed06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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