ports/graphics/py-gdal/files/patch-setup.py

11 lines
316 B
Python

--- setup.py.orig 2024-05-06 12:37:20 UTC
+++ setup.py
@@ -373,7 +373,7 @@ readme = open('README.rst', encoding="utf-8").read()
readme = open('README.rst', encoding="utf-8").read()
-name = 'GDAL'
+name = 'gdal'
author = "Frank Warmerdam"
author_email = "warmerdam@pobox.com"
maintainer = "GDAL contributors"