Calibre Plugin with External Dependencies
Is there a standard way of bundling external dependencies with a plugin?
How would the compilation step happen? Do I need to compile it for every supported platform and then zip it? Are eggs the solution? How do I include the dependencies of the dependencies?
|