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

Create, by default, zip for windows and tar.gz for other platforms #84

Closed nir0s closed 7 years ago

nir0s commented 7 years ago

Resolves #81. A zip archive is now created by default. tar.gz can still be passed using the -t flag.