Skip to content

Commit 5ef8cf3

Browse files
authored
fix: include fields-normalized.json in build (#1188)
1 parent bac884e commit 5ef8cf3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
## [Unreleased]
44

5-
## [v1.8.2] - 2023-06-30
6-
75
### Fixed
86

97
- Explicitly re-export HREF from `link` ([#1182](https://github.com/stac-utils/pystac/pull/1182))
8+
- Include `fields-normalized.json` in build ([#1188](https://github.com/stac-utils/pystac/pull/1188))
109

1110
## [v1.8.1] - 2023-06-30
1211

@@ -750,7 +749,6 @@ use `Band.create`
750749
Initial release.
751750

752751
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.8.2..main>
753-
[v1.8.2]: <https://github.com/stac-utils/pystac/compare/v1.8.1..v1.8.2>
754752
[v1.8.1]: <https://github.com/stac-utils/pystac/compare/v1.8.0..v1.8.1>
755753
[v1.8.0]: <https://github.com/stac-utils/pystac/compare/v1.7.3..v1.8.0>
756754
[v1.7.3]: <https://github.com/stac-utils/pystac/compare/v1.7.2..v1.7.3>

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include pystac/py.typed pystac/html/*.jinja2 pystac/validation/jsonschemas/geojson/*.json pystac/validation/jsonschemas/stac-spec/v1.0.0/*.json
1+
include pystac/py.typed pystac/html/*.jinja2 pystac/validation/jsonschemas/geojson/*.json pystac/validation/jsonschemas/stac-spec/v1.0.0/*.json pystac/static/*.json
22
exclude tests/*

0 commit comments

Comments
 (0)