From aed40029d21116c4d5c2c9970032969f4e8a756f Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 2 Nov 2023 21:02:44 -0400 Subject: [PATCH 1/2] exclude docs and tests from sdist Per https://pypi.org/project/dpdata/0.2.17/#files, these files are too large. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..6cfad2cee --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +prune docs +prune tests From 353c518ad1039aa95b4ab1561dffdaf09506fab6 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 2 Nov 2023 21:04:44 -0400 Subject: [PATCH 2/2] prune plugin_example --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 6cfad2cee..87f9a8cce 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ prune docs prune tests +prune plugin_example