[build-system] requires = ["setuptools>=68.0"] build-backend = "setuptools.build_meta" [project] name = "pocketbook" version = "0.1.0" description = "GTK4 layer-shell notes panel for Hyprland" requires-python = ">=3.12" dependencies = [ "PyGObject", ] [project.scripts] pocketbook = "pocketbook.__main__:main" [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] testpaths = ["tests"]