From 72d228de5260b40aa2751a0b8eb0dd145ae993fb Mon Sep 17 00:00:00 2001 From: Jordan ERNST Date: Thu, 20 Jun 2019 16:31:44 +0200 Subject: [PATCH] Update instructions in .cfg files --- installer-x64.cfg | 2 +- installer-x86.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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