File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
]
24
24
25
25
setup (
26
- name = "stac-fastapi .core" ,
26
+ name = "stac_fastapi .core" ,
27
27
description = "Core library for the Elasticsearch and Opensearch stac-fastapi backends." ,
28
28
long_description = desc ,
29
29
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 28
28
}
29
29
30
30
setup (
31
- name = "stac-fastapi .elasticsearch" ,
31
+ name = "stac_fastapi .elasticsearch" ,
32
32
description = "An implementation of STAC API based on the FastAPI framework with both Elasticsearch and Opensearch." ,
33
33
long_description = desc ,
34
34
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 28
28
}
29
29
30
30
setup (
31
- name = "stac-fastapi .opensearch" ,
31
+ name = "stac_fastapi .opensearch" ,
32
32
description = "Opensearch stac-fastapi backend." ,
33
33
long_description = desc ,
34
34
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments