summaryrefslogtreecommitdiff
path: root/databases/py-geoalchemy2/files/patch-setup.py
blob: 2e2e4884c6d2413f9caa3cc0e318e0351537754a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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(),