From 0f89546ba8bb12a442be6f22c06c6f6516afffbf Mon Sep 17 00:00:00 2001 From: tsutterley Date: Wed, 28 Apr 2021 17:07:48 -0700 Subject: [PATCH] ci: update package manifest --- MANIFEST.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index c5caad5b..af7f5e3c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,8 @@ graft pyTMD/data +prune .github* +prune doc* +prune notebooks* +prune test* +exclude *.cfg +exclude *.yml +include requirements.txt