We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2ae70 commit 9bb90e3Copy full SHA for 9bb90e3
setup.py
@@ -90,7 +90,7 @@ def checkversion(GEOS_dir):
90
# create pyproj binary datum shift grid files.
91
pathout =\
92
os.path.join('lib',os.path.join('mpl_toolkits',os.path.join('basemap','data')))
93
-if sys.argv[1] != ['sdist','clean']:
+if sys.argv[1] not in ['sdist','clean']:
94
cc = ccompiler.new_compiler()
95
sysconfig.customize_compiler(cc)
96
cc.set_include_dirs(['src'])
0 commit comments