Skip to content

Commit 5df5bb5

Browse files
authored
Add symlinks to publish readme to pypi (#250)
**Related Issue(s):** - None **Description:** Add symlinks from project-specific readme files to main readme. This will improve the pypi release page. https://pypi.org/project/stac-fastapi.elasticsearch/ **PR Checklist:** - [x] Code is formatted and linted (run `pre-commit run --all-files`) - [x] Tests pass (run `make test`) - [x] Documentation has been updated to reflect changes, if applicable - [x] Changes are added to the changelog
1 parent a1d076a commit 5df5bb5

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111

12+
- Symlinks from project-specific readme files to main readme [#250](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/250)
1213
- Support for Python 3.12 [#234](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/234)
1314

1415
### Changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<p align="left">
66
<img src="https://github.com/radiantearth/stac-site/raw/master/images/logo/stac-030-long.png" width=600>
77
<p align="left"><b>Elasticsearch and Opensearch backends for the stac-fastapi project.</b></p>
8+
<p align="left"><b>Featuring stac-fastapi.core for simplifying the creation and maintenance of custom STAC api backends.</b></p>
89
</p>
910

1011

stac_fastapi/core/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

stac_fastapi/core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

stac_fastapi/elasticsearch/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

stac_fastapi/elasticsearch/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

stac_fastapi/opensearch/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

stac_fastapi/opensearch/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../README.md

0 commit comments

Comments
 (0)