Korinne Adler
Korinne Adler
I did some investigation to figure out the right way to do it, but it seems that package_data wants .py files not C extensions. Outside my setuptools knowledge, unfortunately.
For a venv it is a bit odd, but it works I guess. The problem is more important if you're not installing in to a venv, though, since it gets...
From what I remember, setuptools can do this correctly using `package_data`, but that wants a Python module/package, not a C extension. I've started a discussion over in the setuptools group...
Related gpy-next PR: https://github.com/nodejs/gyp-next/pull/140 CC @ThePrez
Sorry, I didn't realize that gyp-next was an upstream of this package. If that's the case, then I think this PR is probably not necessary, since the changes would be...
Ah, ok. I'll rebase once #2642 lands then.
I used update-gyp.py to update to gpy-next v0.13.0 and rebased my changes. This should obsolete #2642.
Looks like this has been approved, can it get merged?
Yes, we still need this PR. @dmabupt can you please re-open?
This can be closed in favor of #2626, which now also updates gyp from gyp-next 0.13.0