Kay Hayen
Kay Hayen
The existing options cannot do it, which is why a new one must be added. In the issue I proposed a method, but it's not working in much the same...
Questions should be asked in #1025 now.
Just a minor note, the data directory option has been implemented.
Would automate this if compenstated for me time, check out: https://nuitka.net/pages/commercial.html
@jayvdb I have a couple of questions about this: a) The order of arguments is not guarantueed to be in the keyword dictionary before 3.7, and maybe is only there...
As an aside, I would recommend using `redbaron` to make the actual modification of the setup call, that is what it was developed for. I previously used it for autoformat...
@tommyli3318 can you spend some thoughts on how we can make runners with nuitka that are as fast as possible. Right now are using mere Python scripts, which then import...
Having looked at it, @tommyli3318 and I were initially confused, because wheels do not have any overhead in their runners, and checking the link given, we found that the project...
So, you want Nuitka to compile during normal install and not only `bdist_nuitka`. Now that you mention it, the RPM packaging that we have for Nuitka, also creates no wheel....
Adding a `install_nuitka` target should be easy though as well, just need to copy the existing `install` class I guess and add it to the setup hook that also gets...