diff --git a/README.md b/README.md index 073fe17..879244a 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ # Git-based Time Tracker. +Quick and dirty time tracker on git histories. + **This is an archived project. Functionality have been merged into [Personal Data](https://gitfub.space/Jmaa/personal-data)** # Old Description -Quick and dirty time tracker on git histories. - Uses the simple heuristics that each commit takes precisely one hour of work. It will automatically trim commits below one hour if another commit occurred less than an hour ago. diff --git a/setup.py b/setup.py index c9b3087..3adbb0a 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,10 @@ PACKAGE_DESCRIPTION = """ Quick and dirty time tracker on git histories. +**This is an archived project. Functionality have been merged into [Personal Data](https://gitfub.space/Jmaa/personal-data)** + +# Old Description + Uses the simple heuristics that each commit takes precisely one hour of work. It will automatically trim commits below one hour if another commit occurred less than an hour ago.