Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-05-31 18:01:35 +0300
committerlovetox <philipp@hoerist.com>2022-05-31 18:02:58 +0300
commiteb284a17e20e615bae17547913ced135d69f6c04 (patch)
tree6020c8de55b76ee6cec7a6717a86a19d0da59f1a /MANIFEST.in
parent4fb2678ddedede4ac426909f6449e99430b36d17 (diff)
chore: Upate MANIFEST.in
Include whole test directory. Test are only found if there is a __init__.py
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b5f001a39..00c24e800 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
recursive-include po *
recursive-include data *.1 *.in
-recursive-include test test_*.py
+recursive-include test *