From c60d65133888d2d81f02fcc010ea083d2bbc91c6 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 10 Jul 2023 07:07:52 -0600 Subject: [PATCH] fix: include fields-normalized.json in build --- CHANGELOG.md | 4 +--- MANIFEST.in | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6dd41dc..f7feda2ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,10 @@ ## [Unreleased] -## [v1.8.2] - 2023-06-30 - ### Fixed - Explicitly re-export HREF from `link` ([#1182](https://github.com/stac-utils/pystac/pull/1182)) +- Include `fields-normalized.json` in build ([#1188](https://github.com/stac-utils/pystac/pull/1188)) ## [v1.8.1] - 2023-06-30 @@ -750,7 +749,6 @@ use `Band.create` Initial release. [Unreleased]: -[v1.8.2]: [v1.8.1]: [v1.8.0]: [v1.7.3]: diff --git a/MANIFEST.in b/MANIFEST.in index 13bc762c6..54ee20c80 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include pystac/py.typed pystac/html/*.jinja2 pystac/validation/jsonschemas/geojson/*.json pystac/validation/jsonschemas/stac-spec/v1.0.0/*.json +include pystac/py.typed pystac/html/*.jinja2 pystac/validation/jsonschemas/geojson/*.json pystac/validation/jsonschemas/stac-spec/v1.0.0/*.json pystac/static/*.json exclude tests/*