You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading this plugin has a ZIP from GitHub, we have a qgis-minimal-plugin-master zip.
We can then install this ZIP with the QGIS plugin manager.
But to make a valid Python package name, - would need to be _.
So it would be nice to rename this repository, so the ZIP is correct and then we can develop straight after installing from ZIP in the QGIS plugin manager.
The text was updated successfully, but these errors were encountered:
Renaming the repository would be a nice addition for people who don't want to bother with git. However, renaming it would also change the URL of the repository, and break every links to the repository.
Therefore it order to have a smooth transition we should try to notice most outside reference to the minimal plugin
For educational purposes or whenever a minimalist approach is desired, the minimal plugin template provides the basic files (skeleton) necessary to create a valid QGIS Python plugin.
If there are too many external references, then I don't think renaming is worth it, since a quick fix is just renaming the folder
When downloading this plugin has a ZIP from GitHub, we have a
qgis-minimal-plugin-master
zip.We can then install this ZIP with the QGIS plugin manager.
But to make a valid Python package name,
-
would need to be_
.So it would be nice to rename this repository, so the ZIP is correct and then we can develop straight after installing from ZIP in the QGIS plugin manager.
The text was updated successfully, but these errors were encountered: