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 create fails if `-o` points to a non-existing directory #31

Closed nir0s closed 8 years ago

nir0s commented 8 years ago

pip wheel creates a directory where all wheels are stored. Wagon should do the same.

nir0s commented 8 years ago

33 resolves this. The output directory will now be created if it doesn't exist to correspond with how Wheel behaves.