diff --git a/setup.py b/setup.py index ba44bbf..ea1670d 100644 --- a/setup.py +++ b/setup.py @@ -157,7 +157,7 @@ def _get_gdal_version(): packages=find_packages('src'), keywords="NetCDF GRIB PCRaster Lisflood EFAS GLOFAS", scripts=['bin/pyg2p'], - zip_safe=True, + zip_safe=False, # setup.py publish to pypi. cmdclass={ 'upload': UploadCommand, diff --git a/src/pyg2p/VERSION b/src/pyg2p/VERSION index 448ada3..c4a602d 100644 --- a/src/pyg2p/VERSION +++ b/src/pyg2p/VERSION @@ -1 +1 @@ -3.2.5 \ No newline at end of file +3.2.6 \ No newline at end of file