diff --git a/installer-x64.cfg b/installer-x64.cfg index 78f682e..555e965 100644 --- a/installer-x64.cfg +++ b/installer-x64.cfg @@ -36,8 +36,8 @@ pypi_wheels=code128==0.3 setuptools==41.0.1 PyMuPDF==1.14.16 pywinauto==0.6.6 + # Must check if future updates of the following packages provide .whl files -# pywinauto needs to be downloaded manually and edit setup to match platform=win32 # Packages without wheels (Must be installed locally): packages=PyPDF2 termcolor diff --git a/installer-x86.cfg b/installer-x86.cfg index 1400edc..9095331 100644 --- a/installer-x86.cfg +++ b/installer-x86.cfg @@ -36,8 +36,8 @@ pypi_wheels=code128==0.3 setuptools==41.0.1 PyMuPDF==1.14.16 pywinauto==0.6.6 + # Must check if future updates of the following packages provide .whl files -# pywinauto needs to be downloaded manually and edit setup to match platform=win32 # Packages without wheels (Must be installed locally): packages=PyPDF2 termcolor