summaryrefslogtreecommitdiff
path: root/databases/py-geoalchemy2/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--databases/py-geoalchemy2/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-geoalchemy2/files/patch-setup.py b/databases/py-geoalchemy2/files/patch-setup.py
new file mode 100644
index 000000000000..2e2e4884c6d2
--- /dev/null
+++ b/databases/py-geoalchemy2/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2023-05-18 09:18:05 UTC
++++ setup.py
+@@ -2,7 +2,7 @@ from setuptools import find_namespace_packages
+ from setuptools import setup
+
+ setup(
+- name="GeoAlchemy2",
++ name="geoalchemy2",
+ use_scm_version=True,
+ description="Using SQLAlchemy with Spatial Databases",
+ long_description=open("README.rst", encoding="utf-8").read(),