storpipfugl / pykdtree

Fast kd-tree implementation in Python
GNU Lesser General Public License v3.0
215 stars 47 forks source link

Add pyx to the manifest (allow recythoning) #55

Closed mariusvniekerk closed 3 years ago

mariusvniekerk commented 3 years ago

This allows future recythoning of the pyx file when the python c api changes. (which it did for py39)

QuLogic commented 3 years ago

This didn't work; there are no .pyx in the sdist. It needs to be recursive-include, I think

djhoese commented 3 years ago

I think the issue is that it needs to be pykdtree/*.pyx. There are no other directories with pyx files so I don't think there is a need for recursive-include.