diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2019-05-24 12:21:35 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2019-05-24 12:21:35 +0200 |
commit | 7abeb4ee0f6bbf1b69bd3708cc5c6b5eb55ace9f (patch) | |
tree | fb59a7a9b86ad1e02e3c1ef96ff2ba722eecb157 | |
parent | [Docs] Update install details and add more pages (diff) | |
download | deluge-7abeb4ee0f6bbf1b69bd3708cc5c6b5eb55ace9f.tar.xz deluge-7abeb4ee0f6bbf1b69bd3708cc5c6b5eb55ace9f.zip |
[packaging] sdist use xztar and exclude .mo files
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | setup.cfg | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index cdb76ecdd..c88a56c1b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,6 +10,7 @@ include gen_web_gettext.py graft docs/man include deluge/i18n/*.po +recursive-exclude deluge/i18n *.mo graft deluge/plugins recursive-exclude deluge/plugins create_dev_link.sh *.pyc *.egg @@ -1,3 +1,6 @@ +[sdist] +formats=xztar + [build_docs] source-dir = docs/source build-dir = docs/build |