Skip to content

Commit b6a15e5

Browse files
committed
Prune examples, docs, and images from sdist to fix package size
The sdist was 129MB due to graft directives pulling in the zarr data store and documentation assets. Replace grafts with prunes to keep only the xrspatial Python package and data files (~13MB).
1 parent 28a875f commit b6a15e5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

MANIFEST.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ recursive-include xrspatial *.nc
44
include LICENSE.txt
55
include xrspatial/.version
66

7-
graft xrspatial/examples
8-
9-
graft docs
10-
prune docs/build
7+
prune xrspatial/examples
8+
prune docs
9+
prune examples
10+
prune img
11+
prune benchmarks

0 commit comments

Comments
 (0)