Rename project (#41)
All checks were successful
continuous-integration/drone/push Build is passing

The old naming scheme was causing confusion and probably errors.

Reviewed-on: #41
This commit is contained in:
2023-01-19 19:35:25 +00:00
parent c3c9ae0632
commit 2f00be455d
46 changed files with 1266 additions and 163 deletions

View File

@ -5,6 +5,7 @@ description = "A simple time tracker."
authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"]
license = "GPL"
readme = "README.md"
packages = [{include = "timetracker", from = "src"}]
[tool.poetry.dependencies]
python = "^3.10"