Skip to content

Commit

Permalink
Add symlinks to publish readme to pypi (#250)
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
jonhealy1 authored May 11, 2024
1 parent a1d076a commit 5df5bb5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

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

### Changed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<p align="left">
<img src="https://github.com/radiantearth/stac-site/raw/master/images/logo/stac-030-long.png" width=600>
<p align="left"><b>Elasticsearch and Opensearch backends for the stac-fastapi project.</b></p>
<p align="left"><b>Featuring stac-fastapi.core for simplifying the creation and maintenance of custom STAC api backends.</b></p>
</p>


Expand Down
1 change: 0 additions & 1 deletion stac_fastapi/core/README.md

This file was deleted.

1 change: 1 addition & 0 deletions stac_fastapi/core/README.md
5 changes: 0 additions & 5 deletions stac_fastapi/elasticsearch/README.md

This file was deleted.

1 change: 1 addition & 0 deletions stac_fastapi/elasticsearch/README.md
5 changes: 0 additions & 5 deletions stac_fastapi/opensearch/README.md

This file was deleted.

1 change: 1 addition & 0 deletions stac_fastapi/opensearch/README.md

0 comments on commit 5df5bb5

Please sign in to comment.