summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-06-07 14:47:02 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-06-07 14:47:02 +0100
commit98ce3cd385c9200eb4a4ce550a3f201f3b9eeab3 (patch)
tree093b7a21651a6ee5dcd1eaef76fc6cf1403cd2be
parent0c87d9bd7da0ea2971eff8a3503f68cd1219bb38 (diff)
downloaddeluge-98ce3cd385c9200eb4a4ce550a3f201f3b9eeab3.tar.gz
deluge-98ce3cd385c9200eb4a4ce550a3f201f3b9eeab3.tar.bz2
deluge-98ce3cd385c9200eb4a4ce550a3f201f3b9eeab3.zip
[Packaging] Create tar.gz with sdist for PyPi
PyPi does not accept `tar.xz` source tarballs!
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 741f61433..a46489436 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[sdist]
-formats=xztar
+formats=gztar, xztar
[build_docs]
source-dir = docs/source