Skip to content

Commit 106fabb

Browse files
authored
Update for pep625 - pypi deprecation warnings (#317)
1 parent a9e15ee commit 106fabb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stac_fastapi/core/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
]
2424

2525
setup(
26-
name="stac-fastapi.core",
26+
name="stac_fastapi.core",
2727
description="Core library for the Elasticsearch and Opensearch stac-fastapi backends.",
2828
long_description=desc,
2929
long_description_content_type="text/markdown",

stac_fastapi/elasticsearch/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929

3030
setup(
31-
name="stac-fastapi.elasticsearch",
31+
name="stac_fastapi.elasticsearch",
3232
description="An implementation of STAC API based on the FastAPI framework with both Elasticsearch and Opensearch.",
3333
long_description=desc,
3434
long_description_content_type="text/markdown",

stac_fastapi/opensearch/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929

3030
setup(
31-
name="stac-fastapi.opensearch",
31+
name="stac_fastapi.opensearch",
3232
description="Opensearch stac-fastapi backend.",
3333
long_description=desc,
3434
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)