File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,11 @@ authors = [
21
21
]
22
22
description = " cryptography is a package which provides cryptographic recipes and primitives to Python developers."
23
23
readme = " README.rst"
24
- license = { text = " Apache-2.0 OR BSD-3-Clause" }
24
+ license = " Apache-2.0 OR BSD-3-Clause"
25
+ license-files = [ " LICENSE" , " LICENSE.APACHE" , " LICENSE.BSD" ]
25
26
classifiers = [
26
27
" Development Status :: 5 - Production/Stable" ,
27
28
" Intended Audience :: Developers" ,
28
- " License :: OSI Approved :: Apache Software License" ,
29
- " License :: OSI Approved :: BSD License" ,
30
29
" Natural Language :: English" ,
31
30
" Operating System :: MacOS :: MacOS X" ,
32
31
" Operating System :: POSIX" ,
@@ -105,9 +104,6 @@ features = ["pyo3/abi3-py37"]
105
104
include = [
106
105
" CHANGELOG.rst" ,
107
106
" CONTRIBUTING.rst" ,
108
- " LICENSE" ,
109
- " LICENSE.APACHE" ,
110
- " LICENSE.BSD" ,
111
107
112
108
" docs/**/*" ,
113
109
You can’t perform that action at this time.
0 commit comments