From 872b040cab1105be68daa42eb76ad0483faabe7e Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sun, 13 Oct 2024 14:34:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager --- README.md | 4 ++-- setup.py | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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.