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

allow a list for install_args #134

Closed tehasdf closed 4 years ago

tehasdf commented 4 years ago

it was actually allowed before. Now, let's do the same thing that we do for wheel_args, which is, unfortunately, either a list or a string.

Maybe eventually we'll make this consistent into just a list.

This change anyway only affects the imported usage, not the cli usage

tehasdf commented 4 years ago

this deletes the old fix-install-args branch cc @isaac-s (it was your branch)