1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-07-10 00:15:05 +02:00
parent 4a3a6d7250
commit 1b578ea0ec
3 changed files with 28 additions and 3 deletions

3
LICENSE Normal file
View File

@ -0,0 +1,3 @@
Copyright (c) 2024 Jon Michael Aanes
All rights reserved.

View File

@ -1,4 +1,8 @@
# Git-based Time Tracker
<!--- WARNING --->
<!--- THIS IS AN AUTO-GENERATED FILE --->
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
# 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.
```

View File

@ -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.'