Open sandrotosi opened 9 years ago
I am not sure which one is the preferred way (on my virtualenvs I can see .c
files for other packages, for example markupsafe and zope.interface)
The preferred way is to not install source code files in the module dir, as they cannot be used in the python interpreter (but only the compiled extension is)
Hi, with the move of _levenshtein.{c,h} to Levenshtein there is a side effect of copying those files during build/install setup.py install/build command:
which they dont need to be there (and generates a small inconvenience in the Debian packaging, as the location conflicts between normal and debug packages).
Regards, Sandro