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

Check both underscores and dashes in package names when validating wa… #113

Closed nir0s closed 6 years ago

nir0s commented 6 years ago

…gons

This will simply validate both package_name and package-name when running a validation. It seems like pip always shows package names with dashes and not underscores, so this should be rather safe. I tried installing the same package with both dashes and underscores and it seems to think it's the same package.

nir0s commented 6 years ago

Fixes #112