From e1a5a6010f6323c5ea3dd78dd09125039291c199 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 9 May 2018 13:03:20 +0300 Subject: [PATCH] Got make test inside the distr tarball to work. See https://github.com/shlomif/PySolFC/issues/81 . --- MANIFEST.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 8093070e..8f34275e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -19,6 +19,13 @@ recursive-exclude data/themes *.py include scripts/build.bat scripts/create_iss.py scripts/mahjongg_utils.py include scripts/pygettext.py scripts/all_games.py scripts/cardset_viewer.py include scripts/cardconv scripts/cardsetsgiftobmp +include scripts/gen_individual_importing_tests.py +include tests/individually-importing/PLACEHOLDER +recursive-include tests/lib *.pm *.py +recursive-include tests/unit/data * +include tests/style/*.t +include tests/unit-generated/PLACEHOLDER +include .tidyallrc include android/*.py include android/mk* include android/debian/*