Skip to content
Snippets Groups Projects
pb_tool.cfg 2.67 KiB
Newer Older
unknown's avatar
unknown committed
#/***************************************************************************
# EnMAPBox
#
# Configuration file for plugin builder tool (pb_tool)
#                            -------------------
#       begin               : 2015-08-20
#       copyright           : (C) 2015 by HU-Berlin
Benjamin Jakimow's avatar
Benjamin Jakimow committed
#       email               : benjamin.jakimow@geo.hu-berlin.de
unknown's avatar
unknown committed
# ***************************************************************************/
#
#/***************************************************************************
# *                                                                         *
# *   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
Benjamin Jakimow's avatar
Benjamin Jakimow committed
name: SenseCarbonTSV
unknown's avatar
unknown committed

[files]
# Python  files that should be deployed with the plugin
Benjamin Jakimow's avatar
Benjamin Jakimow committed
python_files: __init__.py resourcespy2.py resourcespy3.py sensecarbon_tsv.py sensecarbon_tsv_gui.py
unknown's avatar
unknown committed

# The main dialog file that is loaded (not compiled)
Benjamin Jakimow's avatar
Benjamin Jakimow committed
main_dialog: sensecarbon_tsv_gui_base.ui
unknown's avatar
unknown committed

# Other ui files for dialogs you create (these will be compiled)
compiled_ui_files: 

# Resource file(s) that will be compiled
resource_files: resources.qrc

# Other files required for the plugin
Benjamin Jakimow's avatar
Benjamin Jakimow committed
extras: metadata.txt icon.png imagechipviewsettings_widget_base.ui
unknown's avatar
unknown committed

# Other directories to be deployed with the plugin.
# These must be subdirectories under the plugin directory
extra_dirs:

# 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/build/html
# the name of the directory to target in the deployed plugin 
target: help