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.


_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to