66url = https://github.com/GeoNode/geonode-mapstore-client
77download_url = https://github.com/GeoNode/geonode-mapstore-client/tarball/master
88keywords = django, mapstore, mapstore2
9- classifiers =
10- Development Status :: 5 - Production/Stable
11- Environment :: Web Environment
12- Framework :: Django
13- Intended Audience :: Developers
14- License :: OSI Approved :: BSD License
15- Operating System :: OS Independent
16- Topic :: Internet :: WWW/HTTP
17- Programming Language :: Python :: 3.7
9+ classifiers =
10+ Development Status :: 5 - Production/Stable
11+ Environment :: Web Environment
12+ Framework :: Django
13+ Intended Audience :: Developers
14+ License :: OSI Approved :: BSD License
15+ Operating System :: OS Independent
16+ Topic :: Internet :: WWW/HTTP
17+ Programming Language :: Python :: 3.7
18+ version = 4.4.2
1819
1920[options]
2021packages = find:
2122include_package_data = True
2223zip_safe = False
23- install_requires =
24- django >= 4.2, < 5.0
25- idna >= 2.5, < 2.11
26- requests >= 2.13.0
27- Markdown >= 2.6.11
28- MarkupSafe >= 1.1.1
29- 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
3031
3132[options.packages.find]
3233exclude = tests
@@ -36,5 +37,6 @@ universal = 1
3637
3738[flake8]
3839max-line-length = 120
39- exclude =geonode_mapstore_client/*/migrations/*,geonode_mapstore_client/mapstore2_adapter/*/migrations/*,management,scripts,docs,static,migrations,geonode_mapstore_client/mapstore2_adapter/*settings.py
40- 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