Skip to content

Commit

Permalink
update setup url
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Feb 5, 2024
1 parent dff0a6c commit 5930637
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 @@ -36,7 +36,7 @@
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
],
url="https://github.com/stac-utils/stac-fastapi-elasticsearch",
url="https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch",
license="MIT",
packages=find_namespace_packages(),
zip_safe=False,
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 @@ -43,7 +43,7 @@
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
],
url="https://github.com/stac-utils/stac-fastapi-elasticsearch",
url="https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch",
license="MIT",
packages=find_namespace_packages(exclude=["alembic", "tests", "scripts"]),
zip_safe=False,
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 @@ -43,7 +43,7 @@
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
],
url="https://github.com/stac-utils/stac-fastapi-elasticsearch",
url="https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch",
license="MIT",
packages=find_namespace_packages(),
zip_safe=False,
Expand Down

0 comments on commit 5930637

Please sign in to comment.