From 1b578ea0ec90470a99fbc065f460b9ad673668d9 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Wed, 10 Jul 2024 00:15:05 +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/python-omni --- LICENSE | 3 +++ README.md | 15 ++++++++++++++- setup.py | 13 +++++++++++-- 3 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6a69d01 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +Copyright (c) 2024 Jon Michael Aanes + +All rights reserved. diff --git a/README.md b/README.md index cb6b0d8..bd62edd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Git-based Time Tracker + + + + +# Git-based Time Tracker. Quick and dirty time tracker on git histories. @@ -23,3 +27,12 @@ project Jmaa/git-time-tracker.git 3h 33m (2024) And the ([Hamster](https://github.com/projecthamster/hamster)) manual time tracker reports: ![](docs/obligatory-hamster.png) + + +# License + +``` +Copyright (c) 2024 Jon Michael Aanes + +All rights reserved. +``` diff --git a/setup.py b/setup.py index 671f1da..6e90b44 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup PACKAGE_NAME = 'git_time_tracker' PACKAGE_DESCRIPTION = """ -# Git-based Time Tracker +# Git-based Time Tracker. Quick and dirty time tracker on git histories. @@ -35,7 +35,16 @@ project Jmaa/git-time-tracker.git 3h 33m (2024) And the ([Hamster](https://github.com/projecthamster/hamster)) manual time tracker reports: -![](docs/obligatory-hamster.png)""" +![](docs/obligatory-hamster.png) + + +# License + +``` +Copyright (c) 2024 Jon Michael Aanes + +All rights reserved. +```""" PACKAGE_DESCRIPTION_SHORT='Quick and dirty time tracker on git histories.'