purepng icon indicating copy to clipboard operation
purepng copied to clipboard

Generate wheels for windows instead of (or in addition to, I guess) EXE files.

Open dougthor42 opened this issue 7 years ago • 1 comments

Wheels would provide the best support for all users - Windows, Mac, and Linux.

I see that you have Appveyor running unit tests - I'll see if I can get wheels made there too.

dougthor42 avatar Aug 29 '17 18:08 dougthor42

EXE made to provide speed-up done with Cython for Windows users. Linux users most often have C compiler and can handle pngfilters.c in tar.gz distribution.

tar.gz also used by pip on any platform for provide pure-python mode.

So Windows-only binary wheels may provide slightly better compatibility with pip on Windows, but I doubt for more...

Scondo avatar Aug 30 '17 05:08 Scondo