Skip to content

Commit 2be35a3

Browse files
committed
Bump to 1.1.0
1 parent 13eb26a commit 2be35a3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

setup.cfg

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ version = 1.1.0
44
author = geosolutions-it
55
author_email = info@geosolutionsgroup.com
66
url = https://github.com/geosolutions-it/geonode-importer
7-
project_urls =
8-
Bug Tracker = https://github.com/geosolutions-it/geonode-importer/issues
9-
classifiers =
10-
Programming Language :: Python :: 3
11-
License :: GNU General Public License
7+
project_urls =
8+
Bug Tracker = https://github.com/geosolutions-it/geonode-importer/issues
9+
classifiers =
10+
Programming Language :: Python :: 3
11+
License :: GNU General Public License
1212

1313
[flake8]
1414
max-line-length = 200
15-
exclude=geonode/*/migrations/*,scripts,docs,static,migrations,node_modules
16-
extend-ignore=E122,E124
15+
exclude = geonode/*/migrations/*,scripts,docs,static,migrations,node_modules
16+
extend-ignore = E122,E124
17+

0 commit comments

Comments
 (0)