g-sherman / plugin_build_tool

Python command line tool for compiling and deploying QGIS plugins
GNU General Public License v2.0
38 stars 18 forks source link

Support installing modules in subdirectories. #25

Open tdanckaert opened 1 year ago

tdanckaert commented 1 year ago

I've added a call to 'os.makedirs()' to create subdirectories of the plugin install directory if needed.

Also, I noticed that the version available on PyPI contains a few updates w.r.t. the version here on Github.