On 04-07-17 08:43, Alvarez, Damian wrote: > I think there is no reason to break backwards compatibility. But we still can > make it better adding templates like %(pyver)s and allowing whatis to be > defined using them. For instance: > > whatis = ["Homepage: %s" % homepage, "Description: %s" % description, “List > of extensions: %(extension_list)s”]
What would be really nice if that when people do `ml spider numpy`, they get the Python module (where numpy is in the extensions list). Ward

