11[metadata]
22name = django-geonode-mapstore-client
3- version = 4.3.0
3+ version = 4.3.1
44description = Use GeoNode client in your django projects
55author = Alessio Fabiani
6677url = https://github.com/GeoNode/geonode-mapstore-client
88download_url = https://github.com/GeoNode/geonode-mapstore-client/tarball/master
99keywords = django, mapstore, mapstore2
10- classifiers =
11- Development Status :: 5 - Production/Stable
12- Environment :: Web Environment
13- Framework :: Django
14- Intended Audience :: Developers
15- License :: OSI Approved :: BSD License
16- Operating System :: OS Independent
17- Topic :: Internet :: WWW/HTTP
18- Programming Language :: Python :: 3.7
10+ classifiers =
11+ Development Status :: 5 - Production/Stable
12+ Environment :: Web Environment
13+ Framework :: Django
14+ Intended Audience :: Developers
15+ License :: OSI Approved :: BSD License
16+ Operating System :: OS Independent
17+ Topic :: Internet :: WWW/HTTP
18+ Programming Language :: Python :: 3.7
1919
2020[options]
2121packages = find:
2222include_package_data = True
2323zip_safe = False
24- install_requires =
25- django >= 4.2, < 5.0
26- idna >= 2.5, < 2.11
27- requests >= 2.13.0
28- Markdown >= 2.6.11
29- MarkupSafe >= 1.1.1
30- urllib3 >= 1.25
24+ install_requires =
25+ django >= 4.2, < 5.0
26+ idna >= 2.5, < 2.11
27+ requests >= 2.13.0
28+ Markdown >= 2.6.11
29+ MarkupSafe >= 1.1.1
30+ urllib3 >= 1.25
3131
3232[options.packages.find]
3333exclude = tests
@@ -37,5 +37,6 @@ universal = 1
3737
3838[flake8]
3939max-line-length = 120
40- exclude =geonode_mapstore_client/*/migrations/*,geonode_mapstore_client/mapstore2_adapter/*/migrations/*,management,scripts,docs,static,migrations,geonode_mapstore_client/mapstore2_adapter/*settings.py
41- ignore =E121,E122,E124,E126,E226
40+ exclude = geonode_mapstore_client/*/migrations/*,geonode_mapstore_client/mapstore2_adapter/*/migrations/*,management,scripts,docs,static,migrations,geonode_mapstore_client/mapstore2_adapter/*settings.py
41+ ignore = E121,E122,E124,E126,E226
42+
0 commit comments