Skip to content

Commit 9c4d336

Browse files
Resolve "Package uses deprecated license specifications and is not SPDX-compliant" (#1531)
1 parent 06dd9cb commit 9c4d336

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def find_meta(meta):
7272
classifiers=[
7373
"Development Status :: 6 - Mature",
7474
"Intended Audience :: Developers",
75-
"License :: OSI Approved :: Apache Software License",
7675
"Operating System :: MacOS :: MacOS X",
7776
"Operating System :: Microsoft :: Windows",
7877
"Operating System :: POSIX",

src/OpenSSL/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
__summary__ = "Python wrapper module around the OpenSSL library"
2525
__author__ = "The pyOpenSSL developers"
2626
__email__ = "cryptography-dev@python.org"
27-
__license__ = "Apache License, Version 2.0"
27+
__license__ = "Apache-2.0"
2828
__copyright__ = f"Copyright 2001-2026 {__author__}"

0 commit comments

Comments
 (0)