Skip to content

Commit

Permalink
Updated version number. Updated setup arg to avoid zipping egg file
Browse files Browse the repository at this point in the history
  • Loading branch information
doc78 committed Sep 1, 2023
1 parent 97c5ae1 commit e82e448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/pyg2p/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.5
3.2.6

0 comments on commit e82e448

Please sign in to comment.