Skip to content

Commit

Permalink
add requirements.txt, cleanup unused files, see #21
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldo committed Oct 14, 2024
1 parent 7905fc2 commit 926f468
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 497 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#site.addsitedir(os.path.abspath(os.path.dirname(__file__) + '/libs'))

# noinspection PyPep8Naming
def classFactory(iface): # pylint: disable=invalid-name
def classFactory(iface):
"""Load LayerTree2JSON class from file LayerTree2JSON.
:param iface: A QGIS interface instance.
Expand Down
1 change: 0 additions & 1 deletion layertree2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import urllib.parse
from datetime import datetime

from .resources import *
from .layertree2json_dialog import LayerTree2JSONDialog
from .layertree2json_dialog_settings import LayerTree2JSONDialogSettings, settings
import os.path
Expand Down
3 changes: 2 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name=LayerTree2JSON
qgisMinimumVersion=3.0
description=Parse QGIS 3 project and write a JSON config file with layer information.
version=0.7.1
version=0.7.2
author=Gerald Kogler
email=geraldo@servus.at

Expand All @@ -22,6 +22,7 @@ deprecated=False
server=False

changelog=
0.7.2 - Add requirements.txt and remove unused resources
0.7.1 - Fix detection of basemap layers (#22)
0.7 - Remove dependency from pysftp (#21)
0.6.1 - Fix initial plugin load issue (#20)
Expand Down
80 changes: 0 additions & 80 deletions pb_tool.cfg

This file was deleted.

281 changes: 0 additions & 281 deletions pylintrc

This file was deleted.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
paramiko
Loading

0 comments on commit 926f468

Please sign in to comment.