Skip to content
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
14 changes: 4 additions & 10 deletions pb_tool.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
[plugin]
# Name of the plugin. This is the name of the directory that will
# be created in .qgis2/python/plugins
name: qgis-jvf-dtm-plugin

# Full path to where you want your plugin directory copied. If empty,
# the QGIS default path will be used. Don't include the plugin name in
# the path.
plugin_path:

[files]
# Python files that should be deployed with the plugin
python_files: __init__.py
python_files: __init__.py attribute_processor.py batch_processor.py czech_dtm_parser.py dtm_parser_task.py geometry_processor.py helpers.py jvf_dtm_viewer.py schema_loader.py style_manager.py symbol_processor.py

# The main dialog file that is loaded (not compiled)
main_dialog:
Expand All @@ -22,18 +16,18 @@ compiled_ui_files:
resource_files:

# Other files required for the plugin
extras: metadata.txt LICENSE
extras: LICENSE metadata.txt README.md config.json

# Other directories to be deployed with the plugin.
# These must be subdirectories under the plugin directory
extra_dirs: csv/ icons/ xsd/ docs/
extra_dirs: csv/ icons/ xsd/ docs/ sample_data/

# 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: site
dir: docs
# the name of the directory to target in the deployed plugin
target: docs