diff -r 4480b7da6bea -r 4fc681ed0c61 features.py --- a/features.py Fri May 18 18:50:49 2012 +0200 +++ b/features.py Sat May 19 12:41:48 2012 +0200 @@ -1,5 +1,5 @@ -libraries = ['py_ext.PythonLibrary', - 'svgui.SVGUILibrary'] +libraries = [('Python','py_ext.PythonLibrary'), + ('SVGUI','svgui.SVGUILibrary')] catalog = [ ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),