From 11a22ad7e74ab8cf6862f6af6ebae620326986a7 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Thu, 20 Feb 2025 19:53:33 +0100 Subject: [PATCH] CONPY-296: Include test suite in sdist Fixed manifest, which contained wrong directory (tests instead of testing - excluded benchmark stuff) --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index b9d6c8b..bfbbad4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ -recursive-include test *.py +recursive-include testing/test/ *.py +prune testing/benchmarks +exclude testing/bench*.py recursive-include include *.h include LICENSE include mariadb_windows.py