Skip to content

Commit

Permalink
Merge pull request #316 from koordinates/hc-fix-packaging
Browse files Browse the repository at this point in the history
Fix plugin packaging for upload to QGIS plugin registry
  • Loading branch information
hamishcampbell authored Oct 30, 2024
2 parents e58ef0c + 544105c commit 9630494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def package(version=None):
buf = StringIO()
cfg.write(buf)
zipFile.writestr("koordinates/metadata.txt", buf.getvalue())
zipFile.write("LICENSE", "koordinates/LICENSE")

def filter_excludes(files):
if not files:
Expand Down
2 changes: 1 addition & 1 deletion koordinates/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ about=<div style="max-width:33em">The <a href="https://koordinates.com/explore/"
version=2.1.0
author=Koordinates
[email protected]
tags=versioning, data, cloning, collections, access, discoverablity, open data
tags=versioning, data, cloning, collections, access, discoverability, open data
homepage=https://koordinates.com
repository=https://github.com/koordinates/koordinates-qgis-plugin
tracker=https://github.com/koordinates/koordinates-qgis-plugin/issues
Expand Down

0 comments on commit 9630494

Please sign in to comment.