Skip to content

Commit

Permalink
Add links to issue #155 and the source of the fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Jul 10, 2018
1 parent ea988fe commit 7e4724c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e4724c

Please sign in to comment.