shiv icon indicating copy to clipboard operation
shiv copied to clipboard

Name shiv apps with additional info like wheels

Open g0di opened this issue 2 years ago • 0 comments

When building a wheel of my project the name of the wheel contain information like Python version, platform etc… this allow to determine on which kind of environment this wheel will mostly work.

When we create a shiv app, this app may also be compatible to only some environment depending on the source code in its site package.

I was wondering if there was any way to include the same info we got on wheel in the zipapp name so we can quickly now which kind of environment this zip app is compatible with.

May this could be part of shiv directly when we create the zip app?

Thanks!

g0di avatar Jan 08 '22 14:01 g0di