diff --git a/make/make.py b/make/make.py index 2e4515169d9635accc9ecf8561ce74c5eb0b3e6b..c0afc3dcfbecbe997745f64034988016684cdd79 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 a926ff6b2ca040a14591eddde3ba0fc02c86bc8d..06aa7a2659cdc258053ba4d2366fda9debdc30d3 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