signalpillar / tox-battery

Experiments with Tox plugin system
MIT License
33 stars 3 forks source link

Add python_requires to setup.py #29

Open rouge8 opened 4 years ago

rouge8 commented 4 years ago

This patch adds python_requires to setup.py so that pip won't install this on Python 2.7, 3.5, or other unsupported versions.