Skip to content

Commit 5930637

Browse files
committed
update setup url
1 parent dff0a6c commit 5930637

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stac_fastapi/core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"Programming Language :: Python :: 3.11",
3737
"License :: OSI Approved :: MIT License",
3838
],
39-
url="https://github.com/stac-utils/stac-fastapi-elasticsearch",
39+
url="https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch",
4040
license="MIT",
4141
packages=find_namespace_packages(),
4242
zip_safe=False,

stac_fastapi/elasticsearch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"Programming Language :: Python :: 3.11",
4444
"License :: OSI Approved :: MIT License",
4545
],
46-
url="https://github.com/stac-utils/stac-fastapi-elasticsearch",
46+
url="https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch",
4747
license="MIT",
4848
packages=find_namespace_packages(exclude=["alembic", "tests", "scripts"]),
4949
zip_safe=False,

stac_fastapi/opensearch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"Programming Language :: Python :: 3.11",
4444
"License :: OSI Approved :: MIT License",
4545
],
46-
url="https://github.com/stac-utils/stac-fastapi-elasticsearch",
46+
url="https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch",
4747
license="MIT",
4848
packages=find_namespace_packages(),
4949
zip_safe=False,

0 commit comments

Comments
 (0)