5876866565
hopefully that's the last of it
4 lines
234 B
Plaintext
4 lines
234 B
Plaintext
# fixme: when maturin fixes 32 bit support, switch back to pypi
|
|
git+https://github.com/dae/maturin#egg=maturin; sys_platform == "linux" and platform_machine != "x86_64"
|
|
maturin; sys_platform != "linux" or platform_machine == "x86_64"
|