There was an error while loading. Please reload this page.
1 parent 06dd9cb commit 9c4d336Copy full SHA for 9c4d336
2 files changed
setup.py
@@ -72,7 +72,6 @@ def find_meta(meta):
72
classifiers=[
73
"Development Status :: 6 - Mature",
74
"Intended Audience :: Developers",
75
- "License :: OSI Approved :: Apache Software License",
76
"Operating System :: MacOS :: MacOS X",
77
"Operating System :: Microsoft :: Windows",
78
"Operating System :: POSIX",
src/OpenSSL/version.py
@@ -24,5 +24,5 @@
24
__summary__ = "Python wrapper module around the OpenSSL library"
25
__author__ = "The pyOpenSSL developers"
26
__email__ = "cryptography-dev@python.org"
27
-__license__ = "Apache License, Version 2.0"
+__license__ = "Apache-2.0"
28
__copyright__ = f"Copyright 2001-2026 {__author__}"
0 commit comments