[Packaging] Create tar.gz with sdist for PyPi

PyPi does not accept `tar.xz` source tarballs!
This commit is contained in:
Calum Lind 2019-06-07 14:47:02 +01:00
parent 0c87d9bd7d
commit 98ce3cd385
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[sdist]
formats=xztar
formats=gztar, xztar
[build_docs]
source-dir = docs/source