Skip to content

Commit 539abfa

Browse files
author
Phil Varner
committed
fix a few names
1 parent a548a61 commit 539abfa

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: stac-fastapi-nosql
1+
name: stac-fastapi-elasticsearch
22
on:
33
push:
44
branches: [ main, dev ]

stac_fastapi/elasticsearch/setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@
4545
"Programming Language :: Python :: 3.8",
4646
"License :: OSI Approved :: MIT License",
4747
],
48-
keywords="STAC FastAPI COG",
49-
author=u"Arturo Engineering",
50-
author_email="engineering@arturo.ai",
51-
url="https://github.com/jonhealy1/stac-fastapi-nosql",
48+
url="https://github.com/stac-utils/stac-fastapi-elasticsearch",
5249
license="MIT",
5350
packages=find_namespace_packages(exclude=["alembic", "tests", "scripts"]),
5451
zip_safe=False,

0 commit comments

Comments
 (0)