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

Generated archive_name in package.json doesn't contain build_tag #121

Closed fernflower closed 6 years ago

fernflower commented 6 years ago

As per file naming convention a build-tag can be specified as an argument to wheel via --build-number option. But currently specifying a tag has no impact on archive_name.

nir0s commented 6 years ago

Thanks. This is definitely an oversight. Will add that.