#!/usr/bin/env python3 # -*- coding: utf-8 -*- def info(): inf = dict() inf['name'] = 'conky' inf['version'] = '1.0.0' inf['support'] = 'debian' inf['description'] = '' inf['task'] = True inf['user_oriented'] = True inf['machine_oriented'] = True inf['developer'] = 'bm.volkansahin@gmail.com' return inf