From 1ac77e4b50f7501eeb361b2074f81256949c6733 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Jul 2026 11:51:56 +0200 Subject: fix: constrain wheel to hyprsunset_qt package, bump to 0.1.1 setuptools flat-layout auto-discovery failed the build: it saw data/, SlackBuild/ and hyprsunset_qt/ as competing top-level packages. Pin packages=["hyprsunset_qt"] and switch license to an SPDX string. Co-Authored-By: Claude Opus 4.8 --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 6214ca8..23d0db7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,17 @@ [project] name = "hyprsunset-qt" -version = "0.1.0" +version = "0.1.1" description = "Qt6 GUI for hyprsunset" requires-python = ">=3.11" -license = { text = "GPL-2.0-only" } +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" -- cgit v1.2.3