From ab1ad929206864e0527e912eb79071a89cc0239e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 24 Feb 2025 12:42:05 +0000 Subject: [PATCH] Add more test files to sdist The sdist previously contained `test/test*.py` (because `setuptools` does that by default), but not the other files in `test/`. --- MANIFEST.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 462abbb..916f2ad 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,11 @@ include box/*.c include box/*.so include box/*.pyd include box/*.pyi +include test/__init__.py +include test/common.py +include test/data/*.csv +include test/data/*.json +include test/data/*.msgpack +include test/data/*.tml +include test/data/*.txt +include test/data/*.yaml