Skip to content

Commit

Permalink
remove version check, place in INSTALL.py
Browse files Browse the repository at this point in the history
  • Loading branch information
treangen committed Sep 15, 2011
1 parent 1e976e3 commit b6ae04b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
import os
from setuptools import setup

if (sys.version_info[0] < 2) or (sys.version_info[0] == 2 and sys.version_info[1] < 6):
print "Python version is %s. metAMOS requires at least 2.6"%(sys.version)
sys.exit(1)

# Utility function to read the README file.
# Used for the long_description. It's nice, because now 1) we have a top level
# README file and 2) it's easier to type in the README file than to put a raw
Expand Down

0 comments on commit b6ae04b

Please sign in to comment.