Rename project, part 2 #42

Merged
lukas merged 5 commits from rename-project-second-phase into main 2023-01-20 13:37:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 809caa1027 - Show all commits

View File

@ -31,4 +31,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
timetracker-import = "timetracker.common.import_data:import_from_file"
timetracker-import = "common.import_data:import_from_file"