[project] name = "hyprsunset-qt" version = "0.1.0" description = "Qt6 GUI for hyprsunset" requires-python = ">=3.11" license = { text = "GPL-2.0-only" } dependencies = ["PyQt6"] [project.scripts] hyprsunset-qt = "hyprsunset_qt.__main__:main" [build-system] requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] testpaths = ["tests"]