-
Notifications
You must be signed in to change notification settings - Fork 15
/
pb_tool.cfg
81 lines (69 loc) · 3.19 KB
/
pb_tool.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#/***************************************************************************
# UMEP
#
# Configuration file for plugin builder tool (pb_tool)
# -------------------
# begin : 2015-04-29
# copyright : (C) 2015 by [email protected]
# email : Fredrik Lindberg
# ***************************************************************************/
#
#/***************************************************************************
# * *
# * This program is free software; you can redistribute it and/or modify *
# * it under the terms of the GNU General Public License as published by *
# * the Free Software Foundation; either version 2 of the License, or *
# * (at your option) any later version. *
# * *
# ***************************************************************************/
#
#
# You can install pb_tool using:
# pip install http://geoapt.net/files/pb_tool.zip
#
# Consider doing your development (and install of pb_tool) in a virtualenv.
#
# For details on setting up and using pb_tool, see:
# http://spatialgalaxy.net/qgis-plugin-development-with-pb_tool
#
# Issues and pull requests here:
# https://github.com/g-sherman/plugin_build_tool:
#
# Sane defaults for your plugin generated by the Plugin Builder are
# already set below.
#
# As you add Python source files and UI files to your plugin, add
# them to the appropriate [files] section below.
[plugin]
# Name of the plugin. This is the name of the directory that will
# be created in .qgis2/python/plugins
name: UMEP
[files]
# Python files that should be deployed with the plugin pycharm-debug.egg
python_files: __init__.py UMEP.py UMEP_dialog.py UMEP_about.py
# about_dialog.py
# The main dialog file that is loaded (not compiled)
main_dialog: UMEP_dialog_base.ui
# Other ui files for dialogs you create (these will be compiled)
compiled_ui_files:
# UMEP_about.ui
# Resource file(s) that will be compiled
resource_files: resources.qrc
# Other files required for the plugin
extras: icon.png metadata.txt UMEP_about.ui LICENSE
# Other directories to be deployed with the plugin.
# These must be subdirectories under the plugin directory pydev
extra_dirs: ImageMorphParam ImageMorphParmsPoint ShadowGenerator SkyViewFactorCalculator Utilities MetdataProcessor
LandCoverFractionGrid LandCoverReclassifier LandCoverFractionPoint Icons WallHeight SEBE
SUEWS suewsmodel SuewsSimple SEBEVisual FootprintModel SUEWSPrepare GreaterQF SOLWEIG
TreeGenerator ExtremeFinder SolweigAnalyzer SUEWSAnalyzer UMEPDownloader LCZ_Converter LucyQF
BenchMarking DSMGenerator suews_converter copernicus_data UWGReClassifier uwg_prepare uwg_analyser target_analyser
suews_database_manager
# ISO code(s) for any locales (translations), separated by spaces.
# Corresponding .ts files must exist in the i18n directory
locales:
[help]
# the built help directory that should be deployed with the plugin
dir: help
# the name of the directory to target in the deployed plugin
target: help