Skip to content

Commit

Permalink
[Packaging] Create tar.gz with sdist for PyPi
Browse files Browse the repository at this point in the history
PyPi does not accept `tar.xz` source tarballs!
  • Loading branch information
cas-- committed Jun 7, 2019
1 parent 0c87d9b commit 98ce3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[sdist]
formats=xztar
formats=gztar, xztar

[build_docs]
source-dir = docs/source
Expand Down

0 comments on commit 98ce3cd

Please sign in to comment.