mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
5286a7c3ac
- Bump PORTREVISION for package change
12 lines
362 B
Python
12 lines
362 B
Python
--- 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(),
|