How do I build a project mixed cython and Python by using scikit-build?
In old days, I used setup.py
to build my project which hybird cython and plain python. Recently, I’ve heard that using setup.py
to build is not recommend, and pip
will remove the support of it recently.