Skip to content

Commit 4cacb5b

Browse files
committed
Bumped to Python 2.6 removed comment for pyproj
1 parent 5600a3f commit 4cacb5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys, glob, os, subprocess
22

3-
if sys.version_info < (2, 4):
4-
raise SystemExit("""matplotlib and the basemap toolkit require Python 2.4 or later.""")
3+
if sys.version_info < (2, 6):
4+
raise SystemExit("""matplotlib and the basemap toolkit require Python 2.6 or later.""")
55

66
from distutils.dist import Distribution
77
from distutils.util import convert_path
@@ -101,7 +101,6 @@ def checkversion(GEOS_dir):
101101
libraries=['geos_c']) ]
102102

103103
# Specify all the required mpl data
104-
# create pyproj binary datum shift grid files.
105104
pathout =\
106105
os.path.join('lib',os.path.join('mpl_toolkits',os.path.join('basemap','data')))
107106

0 commit comments

Comments
 (0)