Skip to content

Commit

Permalink
Update for pep625 - pypi deprecation warnings (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 authored Nov 30, 2024
1 parent a9e15ee commit 106fabb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stac_fastapi/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]

setup(
name="stac-fastapi.core",
name="stac_fastapi.core",
description="Core library for the Elasticsearch and Opensearch stac-fastapi backends.",
long_description=desc,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/elasticsearch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

setup(
name="stac-fastapi.elasticsearch",
name="stac_fastapi.elasticsearch",
description="An implementation of STAC API based on the FastAPI framework with both Elasticsearch and Opensearch.",
long_description=desc,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/opensearch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

setup(
name="stac-fastapi.opensearch",
name="stac_fastapi.opensearch",
description="Opensearch stac-fastapi backend.",
long_description=desc,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 106fabb

Please sign in to comment.