setup.py: simplify, switch to Python3.6+ (using python_requires), remove version.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 7 Apr 2020 09:48:16 +0000 (11:48 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 7 Apr 2020 09:48:16 +0000 (11:48 +0200)
commit30d25ffe5b2481368de3dad2f6d4dbf8b08b0f63
treefc5e75fb070d650ed1786a5ed5b60fe6ff728069
parent3f1159fa0b6e1cc33ec3f094ed6ab83ac896fd85
setup.py: simplify, switch to Python3.6+ (using python_requires), remove version.

- Deprecate Python 3.5, switch to Python 3.6+.
- Remove which was not used or updated. We'll see to get this back when working on releases.
setup.py