Rename project, part 2 (#42)
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: #42
This commit is contained in:
2023-01-20 13:37:46 +00:00
parent 2f00be455d
commit 56e5dfaa03
42 changed files with 289 additions and 39 deletions

View File

@ -5,7 +5,7 @@ description = "A simple time tracker."
authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"]
license = "GPL"
readme = "README.md"
packages = [{include = "timetracker", from = "src"}]
packages = [{include = "timetracker"}]
[tool.poetry.dependencies]
python = "^3.10"
@ -30,7 +30,5 @@ isort = "^5.11.4"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
pythonpath = [
"src"
]
[tool.poetry.scripts]
timetracker-import = "common.import_data:import_from_file"