diff --git a/setup.py b/setup.py index 34014c12..2ce67827 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,6 @@ def find_meta(meta): classifiers=[ "Development Status :: 6 - Mature", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py index 37fc0d2f..0a327547 100644 --- a/src/OpenSSL/version.py +++ b/src/OpenSSL/version.py @@ -24,5 +24,5 @@ __summary__ = "Python wrapper module around the OpenSSL library" __author__ = "The pyOpenSSL developers" __email__ = "cryptography-dev@python.org" -__license__ = "Apache License, Version 2.0" +__license__ = "Apache-2.0" __copyright__ = f"Copyright 2001-2026 {__author__}"