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