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 =
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
2223license_files =
@@ -26,9 +27,6 @@ long_description_content_type = text/markdown
2627
2728[options]
2829python_requires = >= 3.6
29- setup_requires =
30- setuptools >= 38.6
31- pip >= 10
3230packages = find:
3331scripts =
3432 csv2kml.py
@@ -40,9 +38,7 @@ install_requires =
4038[options.extras_require]
4139tests =
4240 pytest
43- cov =
44- pytest-cov
45- coveralls
41+ lint =
4642 flake8
4743 mypy
4844io =
5147[options.entry_points]
5248console_scripts =
5349 MozLoc = MozLoc:main
54- csv2kml = csv2kml:main
You can’t perform that action at this time.
0 commit comments