ido50 / morgan

PyPI Mirror for Restricted/Offline Environments
Apache License 2.0
105 stars 7 forks source link

Add platform tag to environment. #25

Closed bzbrosch closed 1 month ago

bzbrosch commented 1 month ago

I have been using morgan script on both Windows 11 and Linux (Fedora and Debian) OSes. I noticed that it was looking for the wrong platform tag in the file name when looking for Windows wheels. So I edited the configurator and the mirrorer, so it uses sysconfig.get_platform() based on the PyPA specifications.