cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

Wagon should generate a zip archive by default #81

Closed nir0s closed 7 years ago

nir0s commented 7 years ago

Currently, Wagon's default format when creating an archive is tar.gz on all platforms. This will make it harder to work with when using Windows. We should generate a zip by default to correspond with pip's implementation.