speedometer
speedometer copied to clipboard
Make project pure python 3.7+
Python 3.7 is reached EOL several months ago, Python 3.6 is reached EOL > 1 year ago.
- Use actual
setuptoolspackaging (PEP 517) - Use
python_requiresandsetup_requiresto announce real install system requirements - Use
importlib_metadatafor version collect instead of deprecatedpkg_resources