From dfa5099a8042f9b941b5f4337255ed9b51e30b53 Mon Sep 17 00:00:00 2001
From: "benjamin.jakimow@geo.hu-berlin.de" <q8DTkxUg-BB>
Date: Fri, 30 Jun 2017 19:45:13 +0200
Subject: [PATCH] update metadata.txt

---
 make/make.py | 8 ++++----
 metadata.txt | 3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/make/make.py b/make/make.py
index 2e451516..c0afc3dc 100644
--- a/make/make.py
+++ b/make/make.py
@@ -465,9 +465,9 @@ def updateMetadataTxt():
     md['name'] = timeseriesviewer.TITLE
     md['qgisMinimumVersion'] = "2.18"
     #md['qgisMaximumVersion'] =
-    md['description'] = timeseriesviewer.DESCRIPTION
-    md['about'] = timeseriesviewer.ABOUT
-    md['version'] = timeseriesviewer.VERSION
+    md['description'] = timeseriesviewer.DESCRIPTION.strip()
+    md['about'] = timeseriesviewer.ABOUT.strip()
+    md['version'] = timeseriesviewer.VERSION.strip()
     md['author'] = "Benjamin Jakimow, Geomatics Lab, Humboldt-Universität zu Berlin"
     md['email'] = "benjamin.jakimow@geo.hu-berlin.de"
     #md['changelog'] =
@@ -533,7 +533,7 @@ if __name__ == '__main__':
         d = pathDirTestData = DIR_EXAMPLES
         createFilePackage(d, recursive=False)
 
-    if True:
+    if False:
         createCreditsHTML()
 
     if True:
diff --git a/metadata.txt b/metadata.txt
index a926ff6b..06aa7a26 100644
--- a/metadata.txt
+++ b/metadata.txt
@@ -13,5 +13,4 @@ repository=bitbucket.org/jakimowb/hub-timeseriesviewer
 experimental=False
 deprecated=False
 tags=remote sensing, raster, time series
-about=
-The HUB TimeSeriesViewer is developed at Humboldt-Universität zu Berlin. Born in the SenseCarbon project, it was funded by the German Aerospace Centre (DLR) and granted by the Federal Ministry of Education and Research (BMBF, grant no. 50EE1254). Since 2017 it is developed under contract by the German Research Centre for Geosciences (GFZ) as part of the EnMAP Core Science Team activities (www.enmap.org), funded by DLR and granted by the Federal Ministry of Economic Affairs and Energy (BMWi, grant no. 50EE1529).
+about=The HUB TimeSeriesViewer is developed at Humboldt-Universität zu Berlin. Born in the SenseCarbon project, it was funded by the German Aerospace Centre (DLR) and granted by the Federal Ministry of Education and Research (BMBF, grant no. 50EE1254). Since 2017 it is developed under contract by the German Research Centre for Geosciences (GFZ) as part of the EnMAP Core Science Team activities (www.enmap.org), funded by DLR and granted by the Federal Ministry of Economic Affairs and Energy (BMWi, grant no. 50EE1529).
\ No newline at end of file
-- 
GitLab