Skip to content

Commit 1563328

Browse files
committed
changing location of files again
1 parent 22e9989 commit 1563328

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+15
-4
lines changed

.dev/setup_dev_linux.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
ln -s ${PWD}/../DeepLearningTools ~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/DeepLearningTools

.dev/setup_dev_macos.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
ln -s ${PWD}/../DeepLearningTools ~/Library/Application\ Support/QGIS/QGIS3/profiles/default/python/plugins/DeepLearningTools

.docker/stop.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
echo 'Stopping/killing containers'
4+
docker-compose kill
5+
docker-compose rm -f

DeepLearningTools/deep_learning_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from .deep_learning_tools_provider import DeepLearningToolsProvider
4242
from DeepLearningTools.gui.dataset_viewer_toolbar.viewer_toolbar import \
4343
ViewerToolbar
44-
from . import resources
44+
from . import resources_rc
4545

4646
cmd_folder = os.path.split(inspect.getfile(inspect.currentframe()))[0]
4747

DeepLearningTools/metadata.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name=DeepLearningTools
77
qgisMinimumVersion=3.14
88
description=QGIS plugin to aid training Deep Learning Models
9-
version=DeepLearningTools
9+
version=0.2
1010
author=Philipe Borba
1111
email=philipeborba@gmail.com
1212

@@ -39,8 +39,8 @@ deprecated=False
3939
# Check the documentation for more information.
4040
# plugin_dependencies=
4141

42-
Category of the plugin: Raster, Vector, Database or Web
43-
category=Raster
42+
#Category of the plugin: Raster, Vector, Database or Web
43+
#category=Raster
4444

4545
# If the plugin can run on QGIS Server.
4646
server=False
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)