We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5561066 commit 544b658Copy full SHA for 544b658
pyproject.toml
@@ -156,10 +156,10 @@ repair-wheel-command = [
156
--license-file .local/src/flint-*/COPYING:python-flint.libs/flint-*/COPYING \
157
--license-file .local/src/flint-*/COPYING.LESSER:python-flint.libs/flint-*/COPYING.LESSER \
158
\
159
- --license MIT AMD BSD-3-Clause-Clear \
+ --license "MIT AND BSD-3-Clause-Clear" \
160
--license-file wheels/winpthread_COPYING:python-flint.libs/winpthreads/COPYING \
161
162
- --license GPL-3.0-or-later WITH GCC-exception-3.1 AND LGPL-2.1-or-later \
+ --license "GPL-3.0-or-later WITH GCC-exception-3.1 AND LGPL-2.1-or-later" \
163
""",
164
# Need license file for libgcc_s_seh-1.dll
165
"delvewheel repair -w {dest_dir} {wheel} --add-path .local/bin",
0 commit comments