File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ version = 0.5.1
44author = Michael Hirsch, Ph.D.
55url = https://github.com/scivision/mozilla-location-wifi-python
66description = Using Mozilla Location services, log location vs. time using WiFi or convert to KML.
7- keywords =
7+ keywords =
88 wifi
99 geolocation
1010classifiers =
1111 Development Status :: 4 - Beta
1212 Environment :: Console
1313 Intended Audience :: Information Technology
1414 Intended Audience :: System Administrators
15- License :: OSI Approved :: MIT License
1615 Operating System :: OS Independent
1716 Programming Language :: Python :: 3.6
1817 Programming Language :: Python :: 3.7
@@ -24,7 +23,7 @@ long_description_content_type = text/markdown
2423
2524[options]
2625python_requires = >= 3.6
27- setup_requires =
26+ setup_requires =
2827 setuptools >= 38.6
2928 pip >= 10
3029 twine >= 1.11
@@ -35,7 +34,7 @@ install_requires =
3534 requests
3635
3736[options.extras_require]
38- tests =
37+ tests =
3938 pytest
4039 pytest-cov
4140 coveralls
@@ -65,12 +64,12 @@ omit =
6564exclude_lines =
6665 pragma: no cover
6766 def __repr__
68- RuntimeError
69- NotImplementedError
70- ImportError
71- KeyError
72- FileNotFoundError
73- CalledProcessError
67+ except RuntimeError
68+ except NotImplementedError
69+ except ImportError
70+ except FileNotFoundError
71+ except CalledProcessError
7472 logging.warning
75- ValueError
76- TypeError
73+ logging.error
74+ logging.critical
75+ if __name__ == .__main__.:
You can’t perform that action at this time.
0 commit comments