You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added a MANIFEST.in to include all C source and headers in the sdist archive
Changed
changed the logic in setup.py to favor building extensions from the generated C source rather than re-cythonizing the .pyx files. This is best practice according to the Cython docs.
removed Cython as a formal dependency as the generated C code will be included in the package sdist from now on.