Skip to content

Commit c5ad381

Browse files
committed
license: add gcc license files (for MinGW64)
1 parent 544b658 commit c5ad381

File tree

5 files changed

+1261
-1
lines changed

5 files changed

+1261
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,12 @@ repair-wheel-command = [
157157
--license-file .local/src/flint-*/COPYING.LESSER:python-flint.libs/flint-*/COPYING.LESSER \
158158
\
159159
--license "MIT AND BSD-3-Clause-Clear" \
160-
--license-file wheels/winpthread_COPYING:python-flint.libs/winpthreads/COPYING \
160+
--license-file wheels/winpthread/COPYING:python-flint.libs/winpthreads/COPYING \
161161
\
162162
--license "GPL-3.0-or-later WITH GCC-exception-3.1 AND LGPL-2.1-or-later" \
163+
--license-file wheels/gcc/COPYING3:python-flint.libs/gcc/COPYING3 \
164+
--license-file wheels/gcc/COPYING.LIB:python-flint.libs/gcc/COPYING.LIB \
165+
--license-file wheels/gcc/COPYING.RUNTIME:python-flint.libs/gcc/COPYING.RUNTIME \
163166
""",
164167
# Need license file for libgcc_s_seh-1.dll
165168
"delvewheel repair -w {dest_dir} {wheel} --add-path .local/bin",

0 commit comments

Comments
 (0)