From d26ed84939b5a36645cd280ae60c324ff8545108 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 1 Jul 2023 11:45:00 -0700 Subject: [PATCH] Don't include tests/ in the package --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..f408970 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +global-exclude tests/*