Skip to content

Commit

Permalink
Update setup.py (#329)
Browse files Browse the repository at this point in the history
* Update setup.py

Changed org

* empty commit to trigger ci

---------

Co-authored-by: Dion Häfner <dion.haefner@simulation.science>
  • Loading branch information
ecomodeller and dionhaefner committed Jun 4, 2024
1 parent c0f2959 commit 8632e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# resolve relative links to figures
long_description = re.sub(
r"!\[(.*?)\]\((docs/_figures/.*?)\)",
r"![\1](https://github.com/DHI-GRAS/terracotta/raw/main/\2)",
r"![\1](https://github.com/DHI/terracotta/raw/main/\2)",
long_description,
)

Expand All @@ -23,7 +23,7 @@
description="A modern XYZ tile server written in Python",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/DHI-GRAS/terracotta",
url="https://github.com/DHI/terracotta",
author="Jonas Sølvsteen",
author_email="josl@dhigroup.com",
keywords="xyz tileserver rasterio cloud-optimized-geotiff serverless",
Expand Down

0 comments on commit 8632e1c

Please sign in to comment.