dave-msk / merak

Python binary package builder (via Cython)
Apache License 2.0
33 stars 6 forks source link

Don‘t support pyx files #12

Open Lincoln12w opened 2 years ago

Lincoln12w commented 2 years ago

Thank you for the wonderful tool, it helps a lot. Currently, I have some package mixed with .py and .pyx codes, can "merak" support this situation?

dave-msk commented 2 years ago

I've thought about it when I first created the tool. However it involves some nontrivial handling that I decided to delay such feature until the need arises. As now you've asked for it, I think I can add support to that.

But the thing is I'm still waiting for approval from my employer to let me continue working on this project, it might take some time before I'm able to introduce it. I'll do that as soon as I get the approval, thanks

Lincoln12w commented 2 years ago

Thanks for your reply, hope this feature coming soon:)