We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10beb50 commit 51144afCopy full SHA for 51144af
pyproject.toml
@@ -42,6 +42,7 @@ before-all = "git clone https://github.com/Chia-Network/mpir_gc_x64.git"
42
environment = {BUILD_VDF_CLIENT="N", SETUPTOOLS_USE_DISTUTILS="stdlib"}
43
repair-wheel-command = """
44
ls -l mpir_gc_x64 && pip uninstall -y delocate \
45
+&& pip install --upgrade 'setuptools<69' \
46
&& pip install git+https://github.com/Chia-Network/delocate.git \
47
&& delocate-wheel -v -i mpir_gc_x64/mpir.dll {wheel} \
48
&& delocate-wheel -v -i mpir_gc_x64/mpir_gc.dll {wheel} \
0 commit comments