Skip to content

Commit 9bb90e3

Browse files
author
Jeff Whitaker
committed
fix typo
1 parent 7c2ae70 commit 9bb90e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def checkversion(GEOS_dir):
9090
# create pyproj binary datum shift grid files.
9191
pathout =\
9292
os.path.join('lib',os.path.join('mpl_toolkits',os.path.join('basemap','data')))
93-
if sys.argv[1] != ['sdist','clean']:
93+
if sys.argv[1] not in ['sdist','clean']:
9494
cc = ccompiler.new_compiler()
9595
sysconfig.customize_compiler(cc)
9696
cc.set_include_dirs(['src'])

0 commit comments

Comments
 (0)