Opened 8 years ago

Last modified 8 years ago

#12629 closed defect

setup.py references non-existent attribute "finders" — at Initial Version

Reported by: G. Earle Owned by: bphinz
Priority: normal Component: FieldGroupsPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

Line 12 of the setup.py file is

del sdist.finders[:]

but there is no attribute called "finders" in this module. The result is that installation of the plugin fails.

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 ?

Thanks.

Change History (0)

Note: See TracTickets for help on using tickets.