akamhy / waybackpy

Wayback Machine API interface & a command-line tool
https://pypi.org/project/waybackpy/
MIT License
453 stars 32 forks source link

do not use f-strings in setup.py #115

Closed akamhy closed 2 years ago

akamhy commented 2 years ago

These are not supported in <Python 3.6 version of the cpython.

akamhy commented 2 years ago

These are not supported in <Python 3.6 version of the cpython.

But trove classifiers promise to support python versions greater or equal to 3.4