[tool.poetry] name = "nix-background-upgrade" version = "0.1.0" description = "Upgrade NixOS system (and/or home-manager) in the background, with notification support" authors = ["Evie Litherland-Smith "] readme = "README.md" license = "LICENSE" packages = [{include = "nix_background_upgrade", from = "src"}] [tool.poetry.dependencies] python = "^3.9" notify-py = "^0.3.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"