[build-system] requires = ["poetry-core>=1.0.7"] build-backend = "poetry.core.masonry.api" [tool.poetry] name = "flowtimer" version = "0.0.1" description = "A package to time work slices" authors = ["See Contributors"] homepage = "https://kokyou.org:8080/playground/browser/flowtimer" repository = "https://kokyou.org:/srv/git/flowtimer.git" license = "MIT" readme = "README.md" packages = [ { include = "flowtimer" } ] include = [ {path = 'tests/*.py'}, {path = 'flowtimer_logger.conf'} ] [tool.poetry.scripts] flowtimer = 'flowtimer.main:main' [tool.poetry.dependencies] pillow = "~9.2.0"