From b2be2cce347a6816cad99df793dcc8986df3de0c Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 8 Oct 2024 16:42:11 -0400 Subject: [PATCH] fix: include v1.1.0 in MANIFEST.in --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 54ee20c80..e8620dd31 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 pystac/static/*.json +include pystac/py.typed pystac/html/*.jinja2 pystac/validation/jsonschemas/geojson/*.json pystac/validation/jsonschemas/stac-spec/v1.1.0/*.json pystac/static/*.json exclude tests/*