Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(plugin): add Oslandia and QDT to plugin's metadata #29

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions profile_manager/metadata.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[general]
name=Profile Manager
description=Makes handling profiles easy by giving you an UI to easily import settings from one profile to another
about=A QGIS Plugin that provides an UI to easily manage your profiles and import various settings from one profile to another
about=A QGIS Plugin that provides an UI to easily manage your profiles and import various settings from one profile to another. Compatible with QGIS Deployment Toolbelt (QDT).
category=Plugins
tags=profilemanager, manager, profiles, python
tags=profilemanager, manager, profiles, QDT, deployment, customization
icon=icon.png

# credits and contact
author=WhereGroup GmbH
author=WhereGroup GmbH, Oslandia
email=info@wheregroup.com
homepage=https://wheregroup.com/
repository=https://github.com/WhereGroup/profile-manager/
Expand All @@ -17,7 +17,7 @@ tracker=https://github.com/WhereGroup/profile-manager/issues
deprecated=False
experimental=True
hasProcessingProvider=no
qgisMinimumVersion=3.12
qgisMinimumVersion=3.28
qgisMaximumVersion=3.99
server=False

Expand Down