diff -r a45f26cf9e23 -r af2d87395e8b fakegdal/setup.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fakegdal/setup.py Thu Dec 20 17:09:39 2018 +0100 @@ -0,0 +1,4 @@ + +from setuptools import setup + +setup(name='GDAL',)