For my own plugin I need a special library (pyexiv2) to write a comment into a jpg file (PIL does not do that). When I want to share my plugin in one of the repositories in the future, what would be a clever or right way to deliver this additional python library, so that my own plugin will work for other people?
Thanks, Micha

