Changes between Initial Version and Version 4 of Ticket #12629


Ignore:
Timestamp:
Jan 18, 2016, 8:34:38 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12629 – Description

    initial v4  
    1 Line 12 of the setup.py file is
     1Line 12 of the `setup.py` file is
    22
     3{{{#!python
    34del sdist.finders[:]
     5}}}
    46
    5 but there is no attribute called "finders" in this module. The result is that installation of the plugin fails.
     7but there is no attribute called `finders` in this module. The result is that installation of the plugin fails.
    68
    7 I have commented out lines 11 and 12 from the set.py file, which appears to result in a successful installation, but need to confirm this is the correct solution ?
     9I have commented out lines 11 and 12 from the `setup.py file`, which appears to result in a successful installation, but need to confirm this is the correct solution ?
    810
    911Thanks.