nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
637 stars 116 forks source link

Add python_requires to setup.py #205

Closed nchammas closed 7 years ago

nchammas commented 7 years ago

As recommended here. Makes pip install fail right away if user is on Python < 3.4, which is what we want.