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:
authorPhilipp Hörist <philipp@hoerist.com>2022-12-30 16:01:15 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-28 14:53:14 +0300
commit76c32a5d44d7bd197ccbc9e5a6955ff2e4022066 (patch)
tree4744438e15f409cf54f97c2a91c162342427fb2d /MANIFEST.in
parent4c57bd71c6665803be2c61445c90fa2295dd993a (diff)
new: Add custom PEP517 build backend
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 91460f387..b5c91eebc 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,7 @@
include COPYING
+include ChangeLog
+recursive-include pep517build *
recursive-include po *
recursive-include data *.1 *.in
recursive-include test *
+prune */__pycache__