20 # Start-Of-Header |
20 # Start-Of-Header |
21 name = "Time Tracker Plugin" |
21 name = "Time Tracker Plugin" |
22 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
22 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
23 autoactivate = True |
23 autoactivate = True |
24 deactivateable = True |
24 deactivateable = True |
25 version = "0.2.0" |
25 version = "0.3.0" |
26 className = "TimeTrackerPlugin" |
26 className = "TimeTrackerPlugin" |
27 packageName = "TimeTracker" |
27 packageName = "TimeTracker" |
28 shortDescription = "Time Tracker to keep track of the project time." |
28 shortDescription = "Time Tracker to keep track of the project time." |
29 longDescription = """This plug-in implements a time tracker to keep track""" \ |
29 longDescription = """This plug-in implements a time tracker to keep track""" \ |
30 """ of the time used for a project. The time can be subdivided into tasks.""" |
30 """ of the time used for a project. The time can be subdivided into tasks.""" |