-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
Description
I'd like to use jep in my application, but I'd need a compiled version to include in the jar alongside the python interpreter. I considered trying to download and extract the wheel at runtime, until I realized you didn't have one.
Is there any obstacle other than changing from distutils to setuptools that would prevent you from uploading jep as a wheel?
If there are problems, could you please tell me how could I help fix them?
I already understand that it'd be hard to compile it both with and without numpy support, but I think you should get basic support for wheels out, even if they don't support numpy.
I've already tried to turn jep into a wheel on my system, and it seems to work just fine, though I could be missing something.