MikkelSchubert / paleomix

Pipelines and tools for the processing of ancient and modern HTS data.
https://paleomix.readthedocs.io/en/stable/
MIT License
43 stars 19 forks source link

Update setup.py #8

Closed MikkelSchubert closed 8 years ago

MikkelSchubert commented 8 years ago

The 'major' and 'minor' attributes to sys.version_info were newly added in Python 2.7. If you're using 2.6 or earlier, it is a tuple with no named attributes, which will cause an attribute error when running this setup (and no actual message to tell people they're using the wrong version).