[Distutils] Making a wheel platform-specific?
Antoine Pitrou
solipsis at pitrou.net
Tue Oct 28 13:57:47 CET 2014
Hello,
I am trying to package a project which has the following features:
- pure Python code (2- and 3-compatible)
- no C extensions (therefore no CPython ABI issues)
- but there's a .so file (or DLL) that's loaded at runtime using ctypes
(FYI: https://github.com/numba/llvmlite)
I would like to tell bdist_wheel to therefore tag the package as a
Python-independent, platform-dependent binary package. There doesn't
seem to be a way of doing so, or is there?
Regards
Antoine.
More information about the Distutils-SIG
mailing list