File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ classifiers =
17
17
Programming Language :: Python :: 3.6
18
18
Programming Language :: Python :: 3.7
19
19
Programming Language :: Python :: 3.8
20
+ Programming Language :: Python :: 3.9
20
21
Topic :: System :: Networking
21
22
Topic :: Utilities
22
23
license_files =
@@ -26,9 +27,6 @@ long_description_content_type = text/markdown
26
27
27
28
[options]
28
29
python_requires = >= 3.6
29
- setup_requires =
30
- setuptools >= 38.6
31
- pip >= 10
32
30
packages = find:
33
31
scripts =
34
32
csv2kml.py
@@ -40,9 +38,7 @@ install_requires =
40
38
[options.extras_require]
41
39
tests =
42
40
pytest
43
- cov =
44
- pytest-cov
45
- coveralls
41
+ lint =
46
42
flake8
47
43
mypy
48
44
io =
51
47
[options.entry_points]
52
48
console_scripts =
53
49
MozLoc = MozLoc:main
54
- csv2kml = csv2kml:main
You can’t perform that action at this time.
0 commit comments