Skip to content

Commit 544b658

Browse files
committed
license: quote licenses in repair command
1 parent 5561066 commit 544b658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ repair-wheel-command = [
156156
--license-file .local/src/flint-*/COPYING:python-flint.libs/flint-*/COPYING \
157157
--license-file .local/src/flint-*/COPYING.LESSER:python-flint.libs/flint-*/COPYING.LESSER \
158158
\
159-
--license MIT AMD BSD-3-Clause-Clear \
159+
--license "MIT AND BSD-3-Clause-Clear" \
160160
--license-file wheels/winpthread_COPYING:python-flint.libs/winpthreads/COPYING \
161161
\
162-
--license GPL-3.0-or-later WITH GCC-exception-3.1 AND LGPL-2.1-or-later \
162+
--license "GPL-3.0-or-later WITH GCC-exception-3.1 AND LGPL-2.1-or-later" \
163163
""",
164164
# Need license file for libgcc_s_seh-1.dll
165165
"delvewheel repair -w {dest_dir} {wheel} --add-path .local/bin",

0 commit comments

Comments
 (0)