Skip to content

Commit 4448b7a

Browse files
authored
Update setup.cfg
1 parent a2c4f6e commit 4448b7a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

setup.cfg

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers =
1717
Programming Language :: Python :: 3.6
1818
Programming Language :: Python :: 3.7
1919
Programming Language :: Python :: 3.8
20+
Programming Language :: Python :: 3.9
2021
Topic :: System :: Networking
2122
Topic :: Utilities
2223
license_files =
@@ -26,9 +27,6 @@ long_description_content_type = text/markdown
2627

2728
[options]
2829
python_requires = >= 3.6
29-
setup_requires =
30-
setuptools >= 38.6
31-
pip >= 10
3230
packages = find:
3331
scripts =
3432
csv2kml.py
@@ -40,9 +38,7 @@ install_requires =
4038
[options.extras_require]
4139
tests =
4240
pytest
43-
cov =
44-
pytest-cov
45-
coveralls
41+
lint =
4642
flake8
4743
mypy
4844
io =
@@ -51,4 +47,3 @@ io =
5147
[options.entry_points]
5248
console_scripts =
5349
MozLoc = MozLoc:main
54-
csv2kml = csv2kml:main

0 commit comments

Comments
 (0)