Commit 7db62ee
Kim Rinnewitz
Use zip instead of tar.gz to obtain setuptools
Newer releases of setuptools on pypi are only available as zip archives.
In order to support higher versions of setuptools, zip should be
preferred over tar.gz. Otherwise, installing e.g. setuptools==40.0.0
will fail.1 parent 7c7d6c8 commit 7db62ee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments