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
4
4
author = Michael Hirsch, Ph.D.
5
5
url = https://github.com/scivision/mozilla-location-wifi-python
6
6
description = Using Mozilla Location services, log location vs. time using WiFi or convert to KML.
7
- keywords =
7
+ keywords =
8
8
wifi
9
9
geolocation
10
10
classifiers =
11
11
Development Status :: 4 - Beta
12
12
Environment :: Console
13
13
Intended Audience :: Information Technology
14
14
Intended Audience :: System Administrators
15
- License :: OSI Approved :: MIT License
16
15
Operating System :: OS Independent
17
16
Programming Language :: Python :: 3.6
18
17
Programming Language :: Python :: 3.7
@@ -24,7 +23,7 @@ long_description_content_type = text/markdown
24
23
25
24
[options]
26
25
python_requires = >= 3.6
27
- setup_requires =
26
+ setup_requires =
28
27
setuptools >= 38.6
29
28
pip >= 10
30
29
twine >= 1.11
@@ -35,7 +34,7 @@ install_requires =
35
34
requests
36
35
37
36
[options.extras_require]
38
- tests =
37
+ tests =
39
38
pytest
40
39
pytest-cov
41
40
coveralls
@@ -65,12 +64,12 @@ omit =
65
64
exclude_lines =
66
65
pragma: no cover
67
66
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
74
72
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