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 /setup.cfg | |
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
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +[sdist] +formats=xztar + [build_docs] source-dir = docs/source build-dir = docs/build |