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-30 23:38:55 +0300
committerlovetox <philipp@hoerist.com>2022-05-30 23:47:44 +0300
commitf93e43888c4a2f402f477e7c0cf2859e93fc058a (patch)
tree2f6690b964e04e4d3cbf206db1aa6180934548bd /MANIFEST.in
parenta46c97cf37783fc55e0c60e934e77679c1399934 (diff)
chore: Update MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 3b0af23b2..b5f001a39 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,3 @@
-include COPYING
-recursive-include po *.po
+recursive-include po *
recursive-include data *.1 *.in
-recursive-include test *.py
-recursive-exclude * *.pyc
+recursive-include test test_*.py