[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "moongreet" version = "0.2.1" description = "A greetd greeter for Wayland with GTK4" requires-python = ">=3.11" license = "MIT" dependencies = [ "PyGObject>=3.46", ] [project.scripts] moongreet = "moongreet.main:main" [tool.hatch.build.targets.wheel] packages = ["src/moongreet"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"] [tool.pyright] pythonVersion = "3.11" pythonPlatform = "Linux" venvPath = "." venv = ".venv" typeCheckingMode = "standard"