ido50 / morgan

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

Adjustment to work on both Windows and Linux #26

Open bzbrosch opened 1 month ago

bzbrosch commented 1 month ago

This pull requests is to enable both Windows and Linux bdists to be downloaded.

shamilbi commented 6 days ago

sys_platform and platform_machine are regular expressions

morgan.windows.ini (on Linux machine):

[env.windows]
os_name = nt
sys_platform = (win|win32)
platform_machine =
# pywin32-308-cp312-cp312-win_arm64.whl
# pywin32-308-cp312-cp312-win_amd64.whl
# pywin32-308-cp312-cp312-win32.whl
platform_python_implementation = CPython
platform_system = Windows
python_version = 3.12
python_full_version = 3.12.7
implementation_name = cpython

[requirements]
pywinauto =
comtypes =
pywin32 =