🤖 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:
parent
4a3a6d7250
commit
1b578ea0ec
3
LICENSE
Normal file
3
LICENSE
Normal file
|
@ -0,0 +1,3 @@
|
|||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
15
README.md
15
README.md
|
@ -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.
|
||||
```
|
||||
|
|
13
setup.py
13
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.'
|
||||
|
||||
|
|
Reference in New Issue
Block a user