From 7e4724cfbea0c5c54b22d7f7195c64f4b4fca2c4 Mon Sep 17 00:00:00 2001 From: Vasily Ryabov Date: Tue, 10 Jul 2018 09:23:04 +0300 Subject: [PATCH] Add links to issue #155 and the source of the fix. --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 024417b9..4d2601db 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,10 @@ def read_version(): class post_install(install): # both this static variable and method initialize_options() help to avoid - # weird setuptools error during "pip install comtypes" + # weird setuptools error with "pip install comtypes", details are here: + # https://github.com/enthought/comtypes/issues/155 + # the working solution was found here: + # https://github.com/pypa/setuptools/blob/3b90be7bb6323eb44d0f28864509c1d47aa098de/setuptools/command/install.py user_options = install.user_options + [ ('old-and-unmanageable', None, "Try not to use this!"), ('single-version-externally-managed', None,